Class SqlCallExpression
java.lang.Object
org.apache.flink.table.expressions.SqlCallExpression
- All Implemented Interfaces:
Expression
A call to a SQL expression.
The given string is parsed and translated into an Expression during planning. Only the
translated expression is evaluated during runtime.
Note: Actually, this class belongs into the flink-table-api-java module, however,
since this expression is crucial for catalogs when defining persistable computed columns and
watermark strategies, we keep it in flink-table-common to keep the dependencies of
catalogs low.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R> Raccept(ExpressionVisitor<R> visitor) Returns a string that summarizes this expression for printing to a console.booleaninthashCode()toString()
-
Constructor Details
-
SqlCallExpression
-
-
Method Details
-
getSqlExpression
-
asSummaryString
Description copied from interface:ExpressionReturns a string that summarizes this expression for printing to a console. An implementation might skip very specific properties.- Specified by:
asSummaryStringin interfaceExpression- Returns:
- summary string of this expression for debugging purposes
-
getChildren
- Specified by:
getChildrenin interfaceExpression
-
accept
- Specified by:
acceptin interfaceExpression
-
equals
-
hashCode
public int hashCode() -
toString
-