Class BinaryStatistics

java.lang.Object
io.trino.orc.metadata.statistics.BinaryStatistics
All Implemented Interfaces:
StatisticsHasher.Hashable

public class BinaryStatistics extends Object implements StatisticsHasher.Hashable
  • Field Details

    • BINARY_VALUE_BYTES_OVERHEAD

      public static final long BINARY_VALUE_BYTES_OVERHEAD
      See Also:
  • Constructor Details

    • BinaryStatistics

      public BinaryStatistics(long sum)
  • Method Details