public class DrillCompoundIdentifier
extends org.apache.calcite.sql.SqlIdentifier
| Modifier and Type | Class and Description |
|---|---|
static class |
DrillCompoundIdentifier.Builder |
| Constructor and Description |
|---|
DrillCompoundIdentifier(List<org.apache.drill.exec.planner.sql.parser.DrillCompoundIdentifier.IdentifierHolder> identifiers) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.calcite.sql.SqlNode |
getAsCompoundIdentifier() |
org.apache.calcite.sql.SqlNode |
getAsSqlNode(boolean allowNoTableRefCompoundIdentifier) |
static DrillCompoundIdentifier.Builder |
newBuilder() |
accept, add, assignNamesFrom, clone, equalsDeep, getCollation, getComponent, getComponent, getComponentParserPosition, getKind, getMonotonicity, getSimple, getString, isComponentQuoted, isSimple, isStar, plus, plusStar, setName, setNames, skipLast, star, star, toStar, toString, unparse, validate, validateExprpublic DrillCompoundIdentifier(List<org.apache.drill.exec.planner.sql.parser.DrillCompoundIdentifier.IdentifierHolder> identifiers)
public static DrillCompoundIdentifier.Builder newBuilder()
public org.apache.calcite.sql.SqlNode getAsSqlNode(boolean allowNoTableRefCompoundIdentifier)
public org.apache.calcite.sql.SqlNode getAsCompoundIdentifier()
Copyright © 2021 The Apache Software Foundation. All rights reserved.