| Package | Description |
|---|---|
| org.apache.calcite.sql |
Provides a SQL parser and object model.
|
| org.apache.calcite.sql.validate |
SQL validation.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) SqlMatchRecognize |
SqlSelect.matchRecognize |
| Modifier and Type | Method and Description |
|---|---|
SqlMatchRecognize |
SqlSelect.getMatchRecognize() |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlSelect.setMatchRecognize(SqlMatchRecognize matchRecognize) |
| Modifier and Type | Field and Description |
|---|---|
private SqlMatchRecognize |
MatchRecognizeNamespace.matchRecognize |
private SqlMatchRecognize |
MatchRecognizeScope.matchRecognize |
| Modifier and Type | Method and Description |
|---|---|
SqlMatchRecognize |
MatchRecognizeScope.getMatchRecognize() |
SqlMatchRecognize |
MatchRecognizeNamespace.getNode() |
| Modifier and Type | Method and Description |
|---|---|
protected MatchRecognizeNamespace |
SqlValidatorImpl.createMatchRecognizeNameSpace(SqlMatchRecognize call,
SqlNode enclosingNode) |
SqlValidatorScope |
SqlValidator.getMatchRecognizeScope(SqlMatchRecognize node)
Returns a scope match recognize clause.
|
SqlValidatorScope |
SqlValidatorImpl.getMatchRecognizeScope(SqlMatchRecognize node) |
private void |
SqlValidatorImpl.registerMatchRecognize(SqlValidatorScope parentScope,
SqlValidatorScope usingScope,
SqlMatchRecognize call,
SqlNode enclosingNode,
String alias,
boolean forceNullable) |
private void |
SqlValidatorImpl.validateDefinitions(SqlMatchRecognize mr,
MatchRecognizeScope scope) |
private List<Map.Entry<String,RelDataType>> |
SqlValidatorImpl.validateMeasure(SqlMatchRecognize mr,
MatchRecognizeScope scope,
boolean allRows) |
| Constructor and Description |
|---|
MatchRecognizeNamespace(SqlValidatorImpl validator,
SqlMatchRecognize matchRecognize,
SqlNode enclosingNode)
Creates a MatchRecognizeNamespace.
|
MatchRecognizeScope(SqlValidatorScope parent,
SqlMatchRecognize matchRecognize)
Creates a MatchRecognizeScope.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.