Uses of Package
org.apache.pinot.spi.data.readers
-
Classes in org.apache.pinot.spi.data.readers used by org.apache.pinot.spi.data.readers Class Description FileFormat 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.RecordExtractor 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 -
Classes in org.apache.pinot.spi.data.readers used by org.apache.pinot.spi.ingestion.batch Class Description FileFormat -
Classes in org.apache.pinot.spi.data.readers used by org.apache.pinot.spi.ingestion.segment.writer Class Description GenericRow The generic row is the value holder returned fromRecordReader.next()and {RecordReader#next(GenericRow)}, and can be modified with {RecordTransformer}. -
Classes in org.apache.pinot.spi.data.readers used by org.apache.pinot.spi.stream Class Description GenericRow The generic row is the value holder returned fromRecordReader.next()and {RecordReader#next(GenericRow)}, and can be modified with {RecordTransformer}.