java.lang.Object
org.apache.druid.sql.calcite.planner.CalcitePlanner.ViewExpanderImpl
- All Implemented Interfaces:
org.apache.calcite.plan.RelOptTable.ViewExpander
- Enclosing class:
- CalcitePlanner
@Deprecated
public class CalcitePlanner.ViewExpanderImpl
extends Object
implements org.apache.calcite.plan.RelOptTable.ViewExpander
Deprecated.
-
Method Summary
org.apache.calcite.rel.RelRoot
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
expandView
public org.apache.calcite.rel.RelRoot expandView(org.apache.calcite.rel.type.RelDataType rowType,
String queryString,
List<String> schemaPath,
@Nullable
List<String> viewPath)
Deprecated.
- Specified by:
expandView in interface org.apache.calcite.plan.RelOptTable.ViewExpander
CalcitePlannerimplementsRelOptTable.ViewExpanderdirectly.