Uses of Interface
org.apache.pinot.segment.spi.index.startree.StarTreeV2
-
Packages that use StarTreeV2 Package Description org.apache.pinot.segment.spi -
-
Uses of StarTreeV2 in org.apache.pinot.segment.spi
Methods in org.apache.pinot.segment.spi that return types with arguments of type StarTreeV2 Modifier and Type Method Description List<StarTreeV2>IndexSegment. getStarTrees()Returns a list of star-trees (V2), or null if there is no star-tree (V2) in the segment.
-