Class SortedSetDocValuesReaderState.DimTree

  • Enclosing class:
    SortedSetDocValuesReaderState

    public static final class SortedSetDocValuesReaderState.DimTree
    extends Object
    Holds children and sibling information for a single dimension. Only used with hierarchical dimensions.
    • Field Detail

      • dimStartOrd

        public final int dimStartOrd
        The first ord of the dimension
    • Constructor Detail

      • DimTree

        public DimTree​(int dimStartOrd,
                       List<Integer> sibling,
                       List<Boolean> hasChildren)
        Sibling and children must be of same length