Package | Description |
---|---|
org.apache.flink.table.expressions | |
org.apache.flink.table.expressions.resolver.lookups | |
org.apache.flink.table.expressions.utils |
Modifier and Type | Method and Description |
---|---|
abstract R |
ResolvedExpressionVisitor.visit(TableReferenceExpression tableReference) |
abstract R |
ApiExpressionVisitor.visit(TableReferenceExpression tableReference) |
Modifier and Type | Method and Description |
---|---|
Optional<TableReferenceExpression> |
TableReferenceLookup.lookupTable(String name)
Tries to resolve given name to
TableReferenceExpression . |
Modifier and Type | Method and Description |
---|---|
static TableReferenceExpression |
ApiExpressionUtils.tableRef(String name,
Table table) |
Modifier and Type | Method and Description |
---|---|
T |
ApiExpressionDefaultVisitor.visit(TableReferenceExpression tableReference) |
T |
ResolvedExpressionDefaultVisitor.visit(TableReferenceExpression tableReference) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.