public class JdbcToSparkConverterRule
extends org.apache.calcite.rel.convert.ConverterRule
JdbcConvention to
Spark convention.org.apache.calcite.rel.convert.ConverterRule.Configorg.apache.calcite.plan.RelRule.Done, org.apache.calcite.plan.RelRule.MatchHandler<R extends org.apache.calcite.plan.RelOptRule>, org.apache.calcite.plan.RelRule.OperandBuilder, org.apache.calcite.plan.RelRule.OperandDetailBuilder<R extends org.apache.calcite.rel.RelNode>, org.apache.calcite.plan.RelRule.OperandTransform| Modifier | Constructor and Description |
|---|---|
protected |
JdbcToSparkConverterRule(org.apache.calcite.rel.convert.ConverterRule.Config config)
Called from the Config.
|
|
JdbcToSparkConverterRule(org.apache.calcite.adapter.jdbc.JdbcConvention out,
org.apache.calcite.tools.RelBuilderFactory relBuilderFactory)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.calcite.rel.RelNode |
convert(org.apache.calcite.rel.RelNode rel) |
static JdbcToSparkConverterRule |
create(org.apache.calcite.adapter.jdbc.JdbcConvention out)
Creates a JdbcToSparkConverterRule.
|
getInTrait, getOutConvention, getOutTrait, getTraitDef, isGuaranteed, onMatch@Deprecated public JdbcToSparkConverterRule(org.apache.calcite.adapter.jdbc.JdbcConvention out, org.apache.calcite.tools.RelBuilderFactory relBuilderFactory)
protected JdbcToSparkConverterRule(org.apache.calcite.rel.convert.ConverterRule.Config config)
public static JdbcToSparkConverterRule create(org.apache.calcite.adapter.jdbc.JdbcConvention out)
public org.apache.calcite.rel.RelNode convert(org.apache.calcite.rel.RelNode rel)
convert in class org.apache.calcite.rel.convert.ConverterRuleCopyright © 2012-2023 Apache Software Foundation. All Rights Reserved.