public class DrillTableInfo extends Object
| Modifier and Type | Method and Description |
|---|---|
DrillTable |
drillTable() |
static DrillTableInfo |
getTableInfoHolder(org.apache.calcite.sql.SqlNode tableRef,
SqlHandlerConfig config)
Returns
DrillTableInfo instance which holds DrillTable, drillTable,
schemaPath corresponding to specified tableRef. |
List<String> |
schemaPath() |
String |
tableName() |
public DrillTable drillTable()
public String tableName()
public static DrillTableInfo getTableInfoHolder(org.apache.calcite.sql.SqlNode tableRef, SqlHandlerConfig config)
DrillTableInfo instance which holds DrillTable, drillTable,
schemaPath corresponding to specified tableRef.tableRef - table refconfig - handler configDrillTableInfo instanceCopyright © 2021 The Apache Software Foundation. All rights reserved.