| Package | Description |
|---|---|
| org.apache.calcite.sql.validate |
SQL validation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AggregatingSelectScope
Scope for resolving identifiers within a SELECT statement that has a
GROUP BY clause.
|
(package private) class |
CatalogScope
Implementation of
SqlValidatorScope that can see all schemas in the
current catalog. |
(package private) class |
CollectScope
The name-resolution context for expression inside a multiset call.
|
class |
GroupByScope
Represents the name-resolution context for expressions in an GROUP BY clause.
|
class |
JoinScope
The name-resolution context for expression inside a JOIN clause.
|
class |
ListScope
Abstract base for a scope which is defined by a list of child namespaces and
which inherits from a parent scope.
|
class |
MatchRecognizeScope
Scope for expressions in a
MATCH_RECOGNIZE clause. |
class |
OrderByScope
Represents the name-resolution context for expressions in an ORDER BY clause.
|
class |
OverScope
The name-resolution scope of a OVER clause.
|
class |
SelectScope
The name-resolution scope of a SELECT clause.
|
(package private) class |
TableScope
The name-resolution scope of a LATERAL TABLE clause.
|
(package private) class |
WithScope
Scope providing the objects that are available after evaluating an item
in a WITH clause.
|
| Modifier and Type | Method and Description |
|---|---|
private SqlValidatorNamespace |
SqlValidatorImpl.getNamespace(SqlIdentifier id,
DelegatingScope scope) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.