Class ProfilerImpl.CompositeCollector

  • Enclosing class:
    ProfilerImpl

    static class ProfilerImpl.CompositeCollector
    extends ProfilerImpl.Collector
    Collector that collects two or more column values in a tree set.
    • Field Detail

      • columnOrdinals

        final int[] columnOrdinals
      • columnValues

        final java.lang.Comparable[] columnValues
      • nullCount

        int nullCount
      • sketchThreshold

        private final int sketchThreshold
    • Constructor Detail

      • CompositeCollector

        CompositeCollector​(ProfilerImpl.Space space,
                           int[] columnOrdinals,
                           int sketchThreshold)