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.DataFormatter |
ORCFormat.createWriter(FormattingOptions options) |
Modifier and Type | Method and Description |
---|---|
DataFormat.DataFormatter |
ParquetFormat.createWriter(FormattingOptions options) |
Modifier and Type | Field and Description |
---|---|
protected FormattingOptions |
AbstractWriter.options
Container for options related to formatting
|
Modifier and Type | Method and Description |
---|---|
FormattingOptions |
WriteSink.getFormatOptions()
Gets the formatting options used by the writer.
|
FormattingOptions |
AbstractWriter.getFormatOptions()
Gets the formatting options used by the writer.
|
Modifier and Type | Method and Description |
---|---|
DataFormat.DataFormatter |
DataFormat.createWriter(FormattingOptions options)
Create a new writer for the format using the specified formatting options.
|
void |
FormattingOptions.set(FormattingOptions options)
Copies the settings from the specified source.
|
void |
WriteSink.setFormatOptions(FormattingOptions options)
Sets the formatting options used by the writer.
|
void |
AbstractWriter.setFormatOptions(FormattingOptions options)
Sets the formatting options used by the reader.
|
Modifier and Type | Method and Description |
---|---|
DataFormat.DataFormatter |
AvroFormat.createWriter(FormattingOptions options) |
Modifier and Type | Method and Description |
---|---|
DataFormat.DataFormatter |
BinaryFormat.createWriter(FormattingOptions options) |
Modifier and Type | Method and Description |
---|---|
DataFormat.DataFormatter |
MDFFormat.createWriter(FormattingOptions options) |
Modifier and Type | Method and Description |
---|---|
DataFormat.DataFormatter |
LogDataFormat.createWriter(FormattingOptions options) |
DataFormat.DataFormatter |
JSONFormat.createWriter(FormattingOptions options) |
DataFormat.DataFormatter |
FixedTextFormat.createWriter(FormattingOptions options) |
DataFormat.DataFormatter |
DelimitedTextFormat.createWriter(FormattingOptions options) |
DataFormat.DataFormatter |
ARFFDataFormat.createWriter(FormattingOptions options) |
Copyright © 2020 Actian Corporation. All rights reserved.