Class StarTreeIndexConfig

    • Constructor Detail

      • StarTreeIndexConfig

        public StarTreeIndexConfig​(List<String> dimensionsSplitOrder,
                                   @Nullable
                                   List<String> skipStarNodeCreationForDimensions,
                                   List<String> functionColumnPairs,
                                   int maxLeafRecords)
    • Method Detail

      • getDimensionsSplitOrder

        public List<String> getDimensionsSplitOrder()
      • getSkipStarNodeCreationForDimensions

        @Nullable
        public List<String> getSkipStarNodeCreationForDimensions()
      • getFunctionColumnPairs

        public List<String> getFunctionColumnPairs()
      • getMaxLeafRecords

        public int getMaxLeafRecords()