public class PreProcessLogicalRel
extends org.apache.calcite.rel.RelShuttleImpl
Modifier and Type | Method and Description |
---|---|
void |
convertException() |
static PreProcessLogicalRel |
createVisitor(org.apache.calcite.rel.type.RelDataTypeFactory factory,
DrillOperatorTable table,
org.apache.calcite.rex.RexBuilder rexBuilder) |
org.apache.calcite.rel.RelNode |
visit(org.apache.calcite.rel.logical.LogicalFilter filter) |
org.apache.calcite.rel.RelNode |
visit(org.apache.calcite.rel.logical.LogicalJoin join) |
org.apache.calcite.rel.RelNode |
visit(org.apache.calcite.rel.logical.LogicalProject project) |
org.apache.calcite.rel.RelNode |
visit(org.apache.calcite.rel.logical.LogicalUnion union) |
public static PreProcessLogicalRel createVisitor(org.apache.calcite.rel.type.RelDataTypeFactory factory, DrillOperatorTable table, org.apache.calcite.rex.RexBuilder rexBuilder)
public org.apache.calcite.rel.RelNode visit(org.apache.calcite.rel.logical.LogicalProject project)
visit
in interface org.apache.calcite.rel.RelShuttle
visit
in class org.apache.calcite.rel.RelShuttleImpl
public org.apache.calcite.rel.RelNode visit(org.apache.calcite.rel.logical.LogicalFilter filter)
visit
in interface org.apache.calcite.rel.RelShuttle
visit
in class org.apache.calcite.rel.RelShuttleImpl
public org.apache.calcite.rel.RelNode visit(org.apache.calcite.rel.logical.LogicalJoin join)
visit
in interface org.apache.calcite.rel.RelShuttle
visit
in class org.apache.calcite.rel.RelShuttleImpl
public org.apache.calcite.rel.RelNode visit(org.apache.calcite.rel.logical.LogicalUnion union)
visit
in interface org.apache.calcite.rel.RelShuttle
visit
in class org.apache.calcite.rel.RelShuttleImpl
public void convertException() throws SqlUnsupportedException
SqlUnsupportedException
Copyright © 1970 The Apache Software Foundation. All rights reserved.