Class StarTreeDataSource
- java.lang.Object
-
- org.apache.pinot.segment.local.segment.index.datasource.BaseDataSource
-
- org.apache.pinot.segment.local.startree.v2.store.StarTreeDataSource
-
- All Implemented Interfaces:
DataSource
public class StarTreeDataSource extends BaseDataSource
-
-
Constructor Summary
Constructors Constructor Description StarTreeDataSource(FieldSpec fieldSpec, int numDocs, ForwardIndexReader<?> forwardIndex, Dictionary dictionary)
-
Method Summary
-
Methods inherited from class org.apache.pinot.segment.local.segment.index.datasource.BaseDataSource
getBloomFilter, getDataSourceMetadata, getDictionary, getForwardIndex, getFSTIndex, getH3Index, getInvertedIndex, getJsonIndex, getNullValueVector, getRangeIndex, getTextIndex
-
-
-
-
Constructor Detail
-
StarTreeDataSource
public StarTreeDataSource(FieldSpec fieldSpec, int numDocs, ForwardIndexReader<?> forwardIndex, @Nullable Dictionary dictionary)
-
-