Class StatsContext


  • public class StatsContext
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      StatsContext​(java.util.Map<java.lang.String,​io.prestosql.sql.planner.Symbol> columnSymbols, io.prestosql.sql.planner.TypeProvider types)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.prestosql.sql.planner.Symbol getSymbolForColumn​(java.lang.String columnName)  
      io.prestosql.spi.type.Type getTypeForSymbol​(io.prestosql.sql.planner.Symbol symbol)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StatsContext

        public StatsContext​(java.util.Map<java.lang.String,​io.prestosql.sql.planner.Symbol> columnSymbols,
                            io.prestosql.sql.planner.TypeProvider types)
    • Method Detail

      • getSymbolForColumn

        public io.prestosql.sql.planner.Symbol getSymbolForColumn​(java.lang.String columnName)
      • getTypeForSymbol

        public io.prestosql.spi.type.Type getTypeForSymbol​(io.prestosql.sql.planner.Symbol symbol)