Uses of Interface
org.apache.pinot.segment.spi.ColumnMetadata
-
-
Uses of ColumnMetadata in org.apache.pinot.segment.spi
Methods in org.apache.pinot.segment.spi that return ColumnMetadata Modifier and Type Method Description default ColumnMetadataSegmentMetadata. getColumnMetadataFor(String column)Methods in org.apache.pinot.segment.spi that return types with arguments of type ColumnMetadata Modifier and Type Method Description Map<String,ColumnMetadata>SegmentMetadata. getColumnMetadataMap() -
Uses of ColumnMetadata in org.apache.pinot.segment.spi.creator
Methods in org.apache.pinot.segment.spi.creator with parameters of type ColumnMetadata Modifier and Type Method Description IndexCreationContext.BuilderIndexCreationContext.Builder. withColumnMetadata(ColumnMetadata columnMetadata) -
Uses of ColumnMetadata in org.apache.pinot.segment.spi.index
-
Uses of ColumnMetadata in org.apache.pinot.segment.spi.index.metadata
Classes in org.apache.pinot.segment.spi.index.metadata that implement ColumnMetadata Modifier and Type Class Description classColumnMetadataImplMethods in org.apache.pinot.segment.spi.index.metadata that return types with arguments of type ColumnMetadata Modifier and Type Method Description Map<String,ColumnMetadata>SegmentMetadataImpl. getColumnMetadataMap() -
Uses of ColumnMetadata in org.apache.pinot.segment.spi.index.reader.provider
Methods in org.apache.pinot.segment.spi.index.reader.provider with parameters of type ColumnMetadata Modifier and Type Method Description ForwardIndexReader<?>ForwardIndexReaderProvider. newForwardIndexReader(PinotDataBuffer dataBuffer, ColumnMetadata metadata)Creates a {@see ForwardIndexReader}TextIndexReaderTextIndexReaderProvider. newFSTIndexReader(PinotDataBuffer dataBuffer, ColumnMetadata metadata)Creates a {@see TextIndexReader}H3IndexReaderGeospatialIndexReaderProvider. newGeospatialIndexReader(PinotDataBuffer dataBuffer, ColumnMetadata metadata)Creates a {@see H3IndexReader}InvertedIndexReader<?>InvertedIndexReaderProvider. newInvertedIndexReader(PinotDataBuffer dataBuffer, ColumnMetadata metadata)Creates a {@see InvertedIndexReader}JsonIndexReaderJsonIndexReaderProvider. newJsonIndexReader(PinotDataBuffer dataBuffer, ColumnMetadata metadata)Creates a {@see JsonIndexReader}RangeIndexReader<?>RangeIndexReaderProvider. newRangeIndexReader(PinotDataBuffer dataBuffer, ColumnMetadata metadata)Creates a {@see RangeIndexReader}SortedIndexReader<?>SortedIndexReaderProvider. newSortedIndexReader(PinotDataBuffer dataBuffer, ColumnMetadata metadata)Creates a {@see SortedIndexReader}TextIndexReaderTextIndexReaderProvider. newTextIndexReader(File file, ColumnMetadata metadata, Map<String,String> textIndexProperties)Creates a {@see TextIndexReader}
-