Class DrillTableInfo
java.lang.Object
org.apache.drill.exec.planner.sql.handlers.DrillTableInfo
-
Method Summary
Modifier and TypeMethodDescriptionstatic DrillTableInfo
getTableInfoHolder
(org.apache.calcite.sql.SqlNode tableRef, SqlHandlerConfig config) ReturnsDrillTableInfo
instance which holdsDrillTable
,drillTable
,schemaPath
corresponding to specifiedtableRef
.
-
Method Details
-
drillTable
-
tableName
-
schemaPath
-
getTableInfoHolder
public static DrillTableInfo getTableInfoHolder(org.apache.calcite.sql.SqlNode tableRef, SqlHandlerConfig config) ReturnsDrillTableInfo
instance which holdsDrillTable
,drillTable
,schemaPath
corresponding to specifiedtableRef
.- Parameters:
tableRef
- table refconfig
- handler config- Returns:
DrillTableInfo
instance
-