Uses of Class
org.apache.pinot.spi.data.readers.GenericRow
-
Packages that use GenericRow Package Description org.apache.pinot.spi.data.readers org.apache.pinot.spi.ingestion.segment.writer org.apache.pinot.spi.stream -
-
Uses of GenericRow in org.apache.pinot.spi.data.readers
Methods in org.apache.pinot.spi.data.readers that return GenericRow Modifier and Type Method Description GenericRowGenericRow. copy()static GenericRowGenericRow. createOrReuseRow(GenericRow row)Deprecated.GenericRowRecordExtractor. extract(T from, GenericRow to)Extracts fields as listed in the sourceFieldNames from the given input record and sets them into the GenericRowstatic GenericRowGenericRow. fromBytes(byte[] buffer)Deprecated.GenericRowRecordReader. next()Get the next record.GenericRowRecordReader. next(GenericRow reuse)Get the next record.Methods in org.apache.pinot.spi.data.readers with parameters of type GenericRow Modifier and Type Method Description static GenericRowGenericRow. createOrReuseRow(GenericRow row)Deprecated.GenericRowRecordExtractor. extract(T from, GenericRow to)Extracts fields as listed in the sourceFieldNames from the given input record and sets them into the GenericRowvoidGenericRow. init(GenericRow row)Initializes the generic row from the given generic row (shallow copy).GenericRowRecordReader. next(GenericRow reuse)Get the next record. -
Uses of GenericRow in org.apache.pinot.spi.ingestion.segment.writer
Methods in org.apache.pinot.spi.ingestion.segment.writer with parameters of type GenericRow Modifier and Type Method Description voidSegmentWriter. collect(GenericRow row)Collects a singleGenericRowinto a buffer.default voidSegmentWriter. collect(GenericRow[] rowBatch)Collects a batch ofGenericRows into a buffer. -
Uses of GenericRow in org.apache.pinot.spi.stream
Fields in org.apache.pinot.spi.stream declared as GenericRow Modifier and Type Field Description static GenericRowRowMetadata. EMPTY_ROWMethods in org.apache.pinot.spi.stream that return GenericRow Modifier and Type Method Description GenericRowStreamMessageDecoder. decode(T payload, int offset, int length, GenericRow destination)Decodes a row.GenericRowStreamMessageDecoder. decode(T payload, GenericRow destination)Decodes a row.default GenericRowRowMetadata. getHeaders()Returns the stream message headersGenericRowStreamMessageMetadata. getHeaders()GenericRowStreamDataDecoderResult. getResult()GenericRowStreamLevelConsumer. next(GenericRow destination)Get next row from the stream and decode it into a generic rowMethods in org.apache.pinot.spi.stream with parameters of type GenericRow Modifier and Type Method Description GenericRowStreamMessageDecoder. decode(T payload, int offset, int length, GenericRow destination)Decodes a row.GenericRowStreamMessageDecoder. decode(T payload, GenericRow destination)Decodes a row.GenericRowStreamLevelConsumer. next(GenericRow destination)Get next row from the stream and decode it into a generic rowdefault voidStreamDataProducer. produce(String topic, byte[] key, byte[] payload, GenericRow headers)Constructors in org.apache.pinot.spi.stream with parameters of type GenericRow Constructor Description StreamDataDecoderResult(GenericRow result, Exception exception)StreamMessageMetadata(long recordIngestionTimeMs, GenericRow headers)StreamMessageMetadata(long recordIngestionTimeMs, GenericRow headers, Map<String,String> metadata)Construct the stream based message/row message metadata
-