Interface QueryPlanner.Factory
-
- Enclosing interface:
- QueryPlanner
public static interface QueryPlanner.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QueryPlannercreatePlanner(JdbcConnection jdbcConnection, java.util.Collection<org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.tools.RuleSet> ruleSets)
-
-
-
Method Detail
-
createPlanner
QueryPlanner createPlanner(JdbcConnection jdbcConnection, java.util.Collection<org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.tools.RuleSet> ruleSets)
-
-