public class ExternalTableScanRule
extends org.apache.calcite.plan.RelOptRule
ExternalTableScan to a call to DruidQueryRel.scanExternal(org.apache.druid.sql.calcite.external.ExternalTableScan, org.apache.druid.sql.calcite.planner.PlannerContext).
This class is exercised in CalciteInsertDmlTest but is not currently exposed to end users.| Constructor and Description |
|---|
ExternalTableScanRule(PlannerContext plannerContext) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(org.apache.calcite.plan.RelOptRuleCall call) |
void |
onMatch(org.apache.calcite.plan.RelOptRuleCall call) |
any, convert, convert, convertList, convertOperand, convertOperand, equals, equals, getOperand, getOperands, getOutConvention, getOutTrait, hashCode, none, operand, operand, operand, operand, operand, operandJ, operandJ, some, toString, unorderedpublic ExternalTableScanRule(PlannerContext plannerContext)
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.