public static class DrillCompoundIdentifier.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
void |
addIndex(int index,
org.apache.calcite.sql.parser.SqlParserPos pos) |
void |
addString(String name,
org.apache.calcite.sql.parser.SqlParserPos pos) |
DrillCompoundIdentifier |
build() |
public DrillCompoundIdentifier build()
public void addString(String name, org.apache.calcite.sql.parser.SqlParserPos pos)
public void addIndex(int index,
org.apache.calcite.sql.parser.SqlParserPos pos)
Copyright © 2021 The Apache Software Foundation. All rights reserved.