Class ProfilerImpl.SingletonCollector

    • Field Detail

      • values

        final java.util.SortedSet<java.lang.Comparable> values
      • columnOrdinal

        final int columnOrdinal
      • sketchThreshold

        final int sketchThreshold
      • nullCount

        int nullCount
    • Constructor Detail

      • SingletonCollector

        SingletonCollector​(ProfilerImpl.Space space,
                           int columnOrdinal,
                           int sketchThreshold)