public class SqlHandlerConfig extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SqlHandlerConfig.PluginsCollector |
Constructor and Description |
---|
SqlHandlerConfig(QueryContext context,
SqlConverter converter) |
Modifier and Type | Method and Description |
---|---|
QueryContext |
getContext() |
SqlConverter |
getConverter() |
org.apache.calcite.tools.RuleSet |
getRules(PlannerPhase phase,
org.apache.calcite.rel.RelNode input) |
public SqlHandlerConfig(QueryContext context, SqlConverter converter)
public QueryContext getContext()
public org.apache.calcite.tools.RuleSet getRules(PlannerPhase phase, org.apache.calcite.rel.RelNode input)
public SqlConverter getConverter()
Copyright © 1970 The Apache Software Foundation. All rights reserved.