Uses of Interface
io.prestosql.type.TypeCalculationVisitor
-
Packages that use TypeCalculationVisitor Package Description io.prestosql.type -
-
Uses of TypeCalculationVisitor in io.prestosql.type
Classes in io.prestosql.type that implement TypeCalculationVisitor Modifier and Type Class Description classTypeCalculationBaseVisitor<T>This class provides an empty implementation ofTypeCalculationVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
-