Class OffHeapStarTree
- java.lang.Object
-
- org.apache.pinot.segment.local.startree.OffHeapStarTree
-
-
Field Summary
Fields Modifier and Type Field Description static longMAGIC_MARKERstatic intVERSION
-
Constructor Summary
Constructors Constructor Description OffHeapStarTree(PinotDataBuffer dataBuffer)
-
-
-
Field Detail
-
MAGIC_MARKER
public static final long MAGIC_MARKER
- See Also:
- Constant Field Values
-
VERSION
public static final int VERSION
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
OffHeapStarTree
public OffHeapStarTree(PinotDataBuffer dataBuffer)
-
-
Method Detail
-
getRoot
public StarTreeNode getRoot()
-
getDimensionNames
public List<String> getDimensionNames()
- Specified by:
getDimensionNamesin interfaceStarTree
-
printTree
public void printTree(Map<String,Dictionary> dictionaryMap)
-
-