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 | Class and Description |
---|---|
class |
AbstractRecordFormatter
Skeleton implementation of a formatter for writing records to a sink.
|
Modifier and Type | Method and Description |
---|---|
DataFormat.DataFormatter |
DataFormat.createWriter(FormattingOptions options)
Create a new writer for the format using the specified formatting options.
|
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.