Package org.apache.pinot.spi.data.readers
-
Interface Summary Interface Description RecordExtractor<T> Extracts fields from input records 1) Number/String/ByteBuffer become single-value column 2) Collections become Object[] i.e.RecordExtractorConfig Interface for configs ofRecordExtractorRecordReader TheRecordReaderinterface is used to read records from various file formats intoGenericRows.RecordReaderConfig -
Class Summary Class Description BaseRecordExtractor<T> Base abstract class for extracting and converting the fields of various data formats into supported Pinot data types.GenericRow The generic row is the value holder returned fromRecordReader.next()and {RecordReader#next(GenericRow)}, and can be modified with {RecordTransformer}.PrimaryKey The primary key of a record.RecordReaderFactory RecordReaderUtils Utils for reading file records -
Enum Summary Enum Description FileFormat