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.staging |
Provides operators for reading and writing DataRush staging datasets.
|
com.pervasive.datarush.operators.io.textfile |
Provides operators for reading and writing text data.
|
Modifier and Type | Class and Description |
---|---|
class |
ORCFormat
Data format implementation for ORC files.
|
Modifier and Type | Method and Description |
---|---|
protected DataFormat |
WriteORC.computeFormat(CompositionContext ctx) |
protected DataFormat |
ReadORC.computeFormat(CompositionContext ctx) |
Modifier and Type | Class and Description |
---|---|
class |
ParquetFormat
Data format implementation for Parquet files.
|
Modifier and Type | Method and Description |
---|---|
protected DataFormat |
ReadParquet.computeFormat(CompositionContext ctx) |
Modifier and Type | Method and Description |
---|---|
protected abstract DataFormat |
AbstractWriter.computeFormat(CompositionContext ctx)
Determines the data format for the target.
|
protected abstract DataFormat |
AbstractReader.computeFormat(CompositionContext ctx)
Determines the data format for the source.
|
DataFormat |
WriteSink.getFormat()
Gets the data format for the configured target.
|
DataFormat |
ReadSource.getFormat()
Gets the data format for the configured source.
|
Modifier and Type | Method and Description |
---|---|
void |
WriteSink.setFormat(DataFormat format)
Sets the data format for the configured target.
|
void |
ReadSource.setFormat(DataFormat format)
Sets the data format for the configured source.
|
Constructor and Description |
---|
ReadSource(ByteSource source,
DataFormat format)
Reads the specified source using the given format.
|
WriteSink(ByteSink target,
DataFormat format)
Reads the specified target using the given format.
|
Modifier and Type | Class and Description |
---|---|
class |
AvroFormat
Describes the format of a file using Apache Avro format.
|
Modifier and Type | Method and Description |
---|---|
protected DataFormat |
WriteAvro.computeFormat(CompositionContext ctx) |
protected DataFormat |
ReadAvro.computeFormat(CompositionContext ctx) |
Modifier and Type | Class and Description |
---|---|
class |
BinaryFormat |
Modifier and Type | Method and Description |
---|---|
protected DataFormat |
BinaryWriter.computeFormat(CompositionContext ctx) |
Modifier and Type | Class and Description |
---|---|
class |
MDFFormat |
Modifier and Type | Method and Description |
---|---|
protected DataFormat |
ReadMDF.computeFormat(CompositionContext ctx) |
Modifier and Type | Method and Description |
---|---|
protected DataFormat |
WriteStagingDataset.computeFormat(CompositionContext ctx) |
protected DataFormat |
ReadStagingDataset.computeFormat(CompositionContext ctx) |
Modifier and Type | Class and Description |
---|---|
class |
ARFFDataFormat
Describes an instance of ARFF data.
|
class |
DelimitedTextFormat
Describes the format of a delimited text file.
|
class |
FixedTextFormat
Describes the format of a fixed text file.
|
class |
JSONFormat |
class |
LogDataFormat |
Modifier and Type | Method and Description |
---|---|
protected DataFormat |
WriteFixedText.computeFormat(CompositionContext ctx) |
protected DataFormat |
WriteDelimitedText.computeFormat(CompositionContext ctx) |
protected DataFormat |
WriteARFF.computeFormat(CompositionContext ctx) |
protected DataFormat |
ReadLog.computeFormat(CompositionContext ctx) |
protected DataFormat |
ReadJSON.computeFormat(CompositionContext ctx) |
protected DataFormat |
ReadFixedText.computeFormat(CompositionContext ctx) |
protected DataFormat |
ReadDelimitedText.computeFormat(CompositionContext ctx) |
protected DataFormat |
ReadARFF.computeFormat(CompositionContext ctx) |
Copyright © 2020 Actian Corporation. All rights reserved.