Class StarTreeLoaderUtils
- java.lang.Object
-
- org.apache.pinot.segment.local.startree.v2.store.StarTreeLoaderUtils
-
public class StarTreeLoaderUtils extends Object
TheStarTreeLoaderUtilsclass provides utility methods to load star-tree indexes.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<StarTreeV2>loadStarTreeV2(SegmentDirectory.Reader segmentReader, SegmentMetadataImpl segmentMetadata, Map<String,ColumnIndexContainer> indexContainerMap)
-
-
-
Method Detail
-
loadStarTreeV2
public static List<StarTreeV2> loadStarTreeV2(SegmentDirectory.Reader segmentReader, SegmentMetadataImpl segmentMetadata, Map<String,ColumnIndexContainer> indexContainerMap) throws IOException
- Throws:
IOException
-
-