Uses of Class
org.apache.flink.table.expressions.TableReferenceExpression
-
Packages that use TableReferenceExpression Package Description org.apache.flink.table.expressions org.apache.flink.table.expressions.resolver.lookups org.apache.flink.table.expressions.utils -
-
Uses of TableReferenceExpression in org.apache.flink.table.expressions
Methods in org.apache.flink.table.expressions that return TableReferenceExpression Modifier and Type Method Description static TableReferenceExpression
ApiExpressionUtils. tableRef(String name, Table table)
static TableReferenceExpression
ApiExpressionUtils. tableRef(String name, QueryOperation queryOperation)
Methods in org.apache.flink.table.expressions with parameters of type TableReferenceExpression Modifier and Type Method Description abstract R
ApiExpressionVisitor. visit(TableReferenceExpression tableReference)
abstract R
ResolvedExpressionVisitor. visit(TableReferenceExpression tableReference)
-
Uses of TableReferenceExpression in org.apache.flink.table.expressions.resolver.lookups
Methods in org.apache.flink.table.expressions.resolver.lookups that return types with arguments of type TableReferenceExpression Modifier and Type Method Description Optional<TableReferenceExpression>
TableReferenceLookup. lookupTable(String name)
Tries to resolve given name toTableReferenceExpression
. -
Uses of TableReferenceExpression in org.apache.flink.table.expressions.utils
Methods in org.apache.flink.table.expressions.utils with parameters of type TableReferenceExpression Modifier and Type Method Description T
ApiExpressionDefaultVisitor. visit(TableReferenceExpression tableReference)
T
ResolvedExpressionDefaultVisitor. visit(TableReferenceExpression tableReference)
-