Package io.trino.cost

Class SymbolStatsEstimate

java.lang.Object
io.trino.cost.SymbolStatsEstimate

public class SymbolStatsEstimate extends Object
  • Constructor Details

    • SymbolStatsEstimate

      public SymbolStatsEstimate(double lowValue, double highValue, double nullsFraction, double averageRowSize, double distinctValuesCount)
  • Method Details