Package org.apache.calcite.sql.validate
Class SqlValidatorScope.Step
java.lang.Object
org.apache.calcite.sql.validate.SqlValidatorScope.Path
org.apache.calcite.sql.validate.SqlValidatorScope.Step
- Enclosing interface:
SqlValidatorScope
A step in resolving an identifier.
-
Field Summary
Fields inherited from class org.apache.calcite.sql.validate.SqlValidatorScope.Path
EMPTY
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
build
(com.google.common.collect.ImmutableList.Builder<SqlValidatorScope.Step> paths) int
Number of steps in this path.Methods inherited from class org.apache.calcite.sql.validate.SqlValidatorScope.Path
plus, steps, toString
-
Field Details
-
i
public final int i -
name
-
-
Method Details
-
stepCount
public int stepCount()Description copied from class:SqlValidatorScope.Path
Number of steps in this path.- Overrides:
stepCount
in classSqlValidatorScope.Path
-
build
- Overrides:
build
in classSqlValidatorScope.Path
-