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