Class NoOpPlannerHook
java.lang.Object
org.apache.druid.sql.calcite.planner.NoOpPlannerHook
- All Implemented Interfaces:
PlannerHook
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcaptureBindableRel(org.apache.calcite.interpreter.BindableRel bindableRel) voidcaptureDruidRel(DruidRel<?> druidRel) voidcaptureInsert(org.apache.calcite.sql.SqlInsert insert) voidcaptureParameterTypes(org.apache.calcite.rel.type.RelDataType parameterTypes) voidcaptureQueryRel(org.apache.calcite.rel.RelRoot rootQueryRel) voidcaptureSql(String sql) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.druid.sql.calcite.planner.PlannerHook
captureSqlNode
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
NoOpPlannerHook
public NoOpPlannerHook()
-
-
Method Details
-
captureSql
- Specified by:
captureSqlin interfacePlannerHook
-
captureQueryRel
public void captureQueryRel(org.apache.calcite.rel.RelRoot rootQueryRel) - Specified by:
captureQueryRelin interfacePlannerHook
-
captureDruidRel
- Specified by:
captureDruidRelin interfacePlannerHook
-
captureBindableRel
public void captureBindableRel(org.apache.calcite.interpreter.BindableRel bindableRel) - Specified by:
captureBindableRelin interfacePlannerHook
-
captureParameterTypes
public void captureParameterTypes(org.apache.calcite.rel.type.RelDataType parameterTypes) - Specified by:
captureParameterTypesin interfacePlannerHook
-
captureInsert
public void captureInsert(org.apache.calcite.sql.SqlInsert insert) - Specified by:
captureInsertin interfacePlannerHook
-