Class ProfilerImpl.HllCompositeCollector

  • Enclosing class:
    ProfilerImpl

    static class ProfilerImpl.HllCompositeCollector
    extends ProfilerImpl.HllCollector
    Collector that collects two or more column values into a HyperLogLog sketch.
    • Field Detail

      • columnOrdinals

        private final int[] columnOrdinals
      • buf

        private final java.nio.ByteBuffer buf
    • Constructor Detail

      • HllCompositeCollector

        HllCompositeCollector​(ProfilerImpl.Space space,
                              int[] columnOrdinals)
    • Method Detail