Available Methods
- conjunctions ( )
- splitJoinCondition ( )
- toString ( )
- areRowTypesEqual ( )
- classifyFilters ( )
- pushPastProject ( )
- createCastRel ( )
- InputFinder ( )
- createEquiJoinCondition ( )
- eq ( )
- splitFilters ( )
- registerDefaultRules ( )
- pushDownJoinConditions ( )
- disjunctions ( )
- getColumnConstraints ( )
- getAllFields ( )
- decomposeConjunction ( )
- simplifyJoin ( )
Related Classes
- java.util.Collections
- java.util.stream.Collectors
- java.util.LinkedHashSet
- com.google.common.collect.Lists
- com.google.common.collect.ImmutableList
- org.junit.jupiter.api.Test
- org.apache.calcite.rel.type.RelDataType
- org.apache.calcite.sql.SqlNode
- org.apache.calcite.sql.SqlKind
- org.apache.calcite.rex.RexNode
- org.apache.calcite.rel.type.RelDataTypeField
- org.apache.calcite.util.Pair
- org.apache.calcite.rel.RelNode
- org.apache.calcite.plan.RelOptTable
- org.apache.calcite.rex.RexInputRef
- org.apache.calcite.plan.RelOptCluster
- org.apache.calcite.sql.fun.SqlStdOperatorTable
- org.apache.calcite.rex.RexLiteral
- org.apache.calcite.rex.RexCall
- org.apache.calcite.plan.RelTraitSet
- org.apache.calcite.plan.RelOptPlanner
- org.apache.calcite.util.ImmutableBitSet
- org.apache.calcite.rex.RexBuilder
- org.apache.calcite.util.Util
- org.apache.calcite.rel.logical.LogicalProject
Java Code Examples for org.apache.calcite.plan.RelOptUtil#simplifyJoin()
There are not any examples for org.apache.calcite.plan.RelOptUtil.simplifyJoin(). You may use the search function to quickly find examples for thousands of other Java classes.