Uses of Interface
org.apache.pinot.segment.spi.index.startree.StarTreeNode
-
Packages that use StarTreeNode Package Description org.apache.pinot.segment.spi.index.startree -
-
Uses of StarTreeNode in org.apache.pinot.segment.spi.index.startree
Methods in org.apache.pinot.segment.spi.index.startree that return StarTreeNode Modifier and Type Method Description StarTreeNodeStarTreeNode. getChildForDimensionValue(int dimensionValue)Get the child node corresponding to the given dimension value (dictionary id), or null if such child does not exist.StarTreeNodeStarTree. getRoot()Get the root node of the star tree.Methods in org.apache.pinot.segment.spi.index.startree that return types with arguments of type StarTreeNode Modifier and Type Method Description Iterator<? extends StarTreeNode>StarTreeNode. getChildrenIterator()Get the iterator over all children nodes.
-