Package io.trino.type
-
Interface Summary Interface Description TypeCalculationListener This interface defines a complete listener for a parse tree produced byTypeCalculationParser.TypeCalculationVisitor<T> This interface defines a complete generic visitor for a parse tree produced byTypeCalculationParser. -
Class Summary Class Description TypeCalculation TypeCalculationBaseListener This class provides an empty implementation ofTypeCalculationListener, which can be extended to create a listener which only needs to handle a subset of the available methods.TypeCalculationBaseVisitor<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.TypeCalculationLexer TypeCalculationParser TypeCalculationParser.ArithmeticBinaryContext TypeCalculationParser.ArithmeticUnaryContext TypeCalculationParser.BinaryFunctionContext TypeCalculationParser.BinaryFunctionNameContext TypeCalculationParser.ExpressionContext TypeCalculationParser.IdentifierContext TypeCalculationParser.NullLiteralContext TypeCalculationParser.NumericLiteralContext TypeCalculationParser.ParenthesizedExpressionContext TypeCalculationParser.TypeCalculationContext