Package | Description |
---|---|
com.actian.dataflow.operators.io.orc | |
com.actian.dataflow.operators.io.parquet | |
com.pervasive.datarush.operators.io |
Provides base file I/O components including encoders and decoders.
|
com.pervasive.datarush.operators.io.avro |
Provides operators for reading and writing files in Avro format.
|
com.pervasive.datarush.operators.io.binary | |
com.pervasive.datarush.operators.io.mdf | |
com.pervasive.datarush.operators.io.textfile |
Provides operators for reading and writing text data.
|
Modifier and Type | Method and Description |
---|---|
DataFormat.DataParser |
ORCFormat.createParser(ParsingOptions options) |
Modifier and Type | Method and Description |
---|---|
DataFormat.DataParser |
ParquetFormat.createParser(ParsingOptions options) |
Modifier and Type | Field and Description |
---|---|
protected ParsingOptions |
AbstractReader.options
Container for options related to record parsing
|
Modifier and Type | Method and Description |
---|---|
ParsingOptions |
ReadSource.getParseOptions()
Gets the parsing options used by the reader.
|
ParsingOptions |
AbstractReader.getParseOptions()
Gets the parsing options used by the reader.
|
Modifier and Type | Method and Description |
---|---|
DataFormat.DataParser |
DataFormat.createParser(ParsingOptions options)
Create a new parser for the format using the specified parsing options.
|
void |
ParsingOptions.set(ParsingOptions options)
Copies the settings from the specified source.
|
void |
ReadSource.setParseOptions(ParsingOptions options)
Sets the parsing options used by the reader.
|
void |
AbstractReader.setParseOptions(ParsingOptions options)
Sets the parsing options used by the reader.
|
Modifier and Type | Method and Description |
---|---|
DataFormat.DataParser |
AvroFormat.createParser(ParsingOptions options) |
Modifier and Type | Method and Description |
---|---|
DataFormat.DataParser |
BinaryFormat.createParser(ParsingOptions options) |
Modifier and Type | Method and Description |
---|---|
DataFormat.DataParser |
MDFFormat.createParser(ParsingOptions options) |
Constructor and Description |
---|
RegexParser(ParsingOptions options,
CharsetEncoding charEncoding,
String newline,
Pattern pattern,
Pattern startPattern) |
Copyright © 2020 Actian Corporation. All rights reserved.