| Package | Description |
|---|---|
| org.apache.calcite.sql.validate |
SQL validation.
|
| org.apache.calcite.sql2rel |
Translates a SQL parse tree to relational expression.
|
| Modifier and Type | Method and Description |
|---|---|
static SqlQualified |
SqlQualified.create(SqlValidatorScope scope,
int prefixLength,
SqlValidatorNamespace namespace,
SqlIdentifier identifier) |
SqlQualified |
OrderByScope.fullyQualify(SqlIdentifier identifier) |
SqlQualified |
SqlValidatorScope.fullyQualify(SqlIdentifier identifier)
Converts an identifier into a fully-qualified identifier.
|
SqlQualified |
ParameterScope.fullyQualify(SqlIdentifier identifier) |
SqlQualified |
EmptyScope.fullyQualify(SqlIdentifier identifier) |
SqlQualified |
DelegatingScope.fullyQualify(SqlIdentifier identifier)
Converts an identifier into a fully-qualified identifier.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) Pair<RexNode,Map<String,Integer>> |
SqlToRelConverter.Blackboard.lookupExp(SqlQualified qualified)
Returns an expression with which to reference a from-list item.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.