Package org.apache.flink.table.expressions
package org.apache.flink.table.expressions
-
ClassDescriptionResolved and validated expression for calling an aggregate function.Resolved and validated call expression for calling a function.General interface for all kinds of expressions.Implementation of
ExpressionVisitorthat redirects all calls toExpressionDefaultVisitor.defaultMethod(Expression).Exception for all errors occurring during expression parsing.Utility methods for working withExpressions.The visitor definition ofExpression.A reference to a field in an input.A reference to a nested field in an input.Expression that has been fully resolved and validated.A reference to a field in an input which has been resolved.A call to a SQL expression.The base interface for all table symbols.Units for working with time intervals.Units for working with points in time.Expression that wrapsDataTypeas a literal.Expression for constant literal values.