| Package | Description |
|---|---|
| org.apache.calcite.sql.validate |
SQL validation.
|
| Modifier and Type | Method and Description |
|---|---|
SqlValidatorScope.Step |
SqlValidatorScope.Path.plus(RelDataType rowType,
int i,
String name,
StructKind kind)
Creates a path that consists of this path plus one additional step.
|
| Modifier and Type | Method and Description |
|---|---|
List<SqlValidatorScope.Step> |
SqlValidatorScope.Path.steps()
Returns the steps in this path.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SqlValidatorScope.Path.build(com.google.common.collect.ImmutableList.Builder<SqlValidatorScope.Step> paths) |
protected void |
SqlValidatorScope.Step.build(com.google.common.collect.ImmutableList.Builder<SqlValidatorScope.Step> paths) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.