Class BooleanStatistics

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

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

  • Constructor Details

    • BooleanStatistics

      public BooleanStatistics(long trueValueCount)
  • Method Details