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.
|
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.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.