Uses of Package
com.pervasive.datarush.operators.io
-
Packages that use com.pervasive.datarush.operators.io 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. -
Classes in com.pervasive.datarush.operators.io used by com.actian.dataflow.operators.io.orc Class Description AbstractReader A generic reader of byte data representing a stream of records.AbstractWriter A generic writer of byte data representing a stream of records.ByteSink An abstract sink for bytes.ByteSource An abstract source of bytes.DataFormat Describes the record format of external data, such as in a file.DataFormat.DataFormatter A formatter for converting record data to binary or text format.DataFormat.DataParser A parser for record data in binary or text format.FileMetadata The metadata associated with physical data files.FormattingOptions A collection of parameters for configuring parsing.ParsingOptions A collection of parameters for configuring parsing. -
Classes in com.pervasive.datarush.operators.io used by com.actian.dataflow.operators.io.parquet Class Description AbstractReader A generic reader of byte data representing a stream of records.ByteSink An abstract sink for bytes.ByteSource An abstract source of bytes.DataFormat Describes the record format of external data, such as in a file.DataFormat.DataFormatter A formatter for converting record data to binary or text format.DataFormat.DataParser A parser for record data in binary or text format.FileMetadata The metadata associated with physical data files.FormattingOptions A collection of parameters for configuring parsing.ParsingOptions A collection of parameters for configuring parsing. -
Classes in com.pervasive.datarush.operators.io used by com.pervasive.datarush.operators.io Class Description ByteSink An abstract sink for bytes.ByteSource An abstract source of bytes.DataFormat Describes the record format of external data, such as in a file.DataFormat.DataFormatter A formatter for converting record data to binary or text format.DataFormat.DataParser A parser for record data in binary or text format.FileMetadata The metadata associated with physical data files.FormattingOptions A collection of parameters for configuring parsing.ParseErrorAction Describes the possible actions for handling record parsing errors.ParsingOptions A collection of parameters for configuring parsing.SplitParsingContext An object representing the context of a data split parsing operation.UnreadableSourceAction Specifies the behavior for handling data sources which are unreadable. -
Classes in com.pervasive.datarush.operators.io used by com.pervasive.datarush.operators.io.avro Class Description AbstractReader A generic reader of byte data representing a stream of records.AbstractWriter A generic writer of byte data representing a stream of records.ByteSink An abstract sink for bytes.ByteSource An abstract source of bytes.DataFormat Describes the record format of external data, such as in a file.DataFormat.DataFormatter A formatter for converting record data to binary or text format.DataFormat.DataParser A parser for record data in binary or text format.FileMetadata The metadata associated with physical data files.FormattingOptions A collection of parameters for configuring parsing.ParsingOptions A collection of parameters for configuring parsing. -
Classes in com.pervasive.datarush.operators.io used by com.pervasive.datarush.operators.io.binary Class Description AbstractWriter A generic writer of byte data representing a stream of records.ByteSink An abstract sink for bytes.ByteSource An abstract source of bytes.DataFormat Describes the record format of external data, such as in a file.DataFormat.DataFormatter A formatter for converting record data to binary or text format.DataFormat.DataParser A parser for record data in binary or text format.FileMetadata The metadata associated with physical data files.FormattingOptions A collection of parameters for configuring parsing.ParsingOptions A collection of parameters for configuring parsing. -
Classes in com.pervasive.datarush.operators.io used by com.pervasive.datarush.operators.io.mdf Class Description AbstractReader A generic reader of byte data representing a stream of records.ByteSink An abstract sink for bytes.ByteSource An abstract source of bytes.DataFormat Describes the record format of external data, such as in a file.DataFormat.DataFormatter A formatter for converting record data to binary or text format.DataFormat.DataParser A parser for record data in binary or text format.FileMetadata The metadata associated with physical data files.FormattingOptions A collection of parameters for configuring parsing.ParsingOptions A collection of parameters for configuring parsing. -
Classes in com.pervasive.datarush.operators.io used by com.pervasive.datarush.operators.io.staging Class Description AbstractReader A generic reader of byte data representing a stream of records.AbstractWriter A generic writer of byte data representing a stream of records.ByteSink An abstract sink for bytes.ByteSource An abstract source of bytes.DataFormat Describes the record format of external data, such as in a file. -
Classes in com.pervasive.datarush.operators.io used by com.pervasive.datarush.operators.io.textfile Class Description AbstractReader A generic reader of byte data representing a stream of records.AbstractWriter A generic writer of byte data representing a stream of records.ByteSink An abstract sink for bytes.ByteSource An abstract source of bytes.DataFormat Describes the record format of external data, such as in a file.DataFormat.DataFormatter A formatter for converting record data to binary or text format.DataFormat.DataParser A parser for record data in binary or text format.FileMetadata The metadata associated with physical data files.FormattingOptions A collection of parameters for configuring parsing.ParsingOptions A collection of parameters for configuring parsing.SplitParsingContext An object representing the context of a data split parsing operation.