public class HiveJoinPushTransitivePredicatesRule
extends org.apache.calcite.plan.RelOptRule
Join and creates
Filters if those predicates can be pushed
to its inputs.
Uses RelMdPredicates to infer
the predicates,
returns them in a RelOptPredicateList
and applies them appropriately.
| Constructor and Description |
|---|
HiveJoinPushTransitivePredicatesRule(Class<? extends org.apache.calcite.rel.core.Join> clazz,
boolean allowDisjunctivePredicates) |
| Modifier and Type | Method and Description |
|---|---|
void |
onMatch(org.apache.calcite.plan.RelOptRuleCall call) |
any, convert, convert, convertList, convertOperand, convertOperand, equals, equals, getOperand, getOperands, getOutConvention, getOutTrait, hashCode, matches, none, operand, operand, operand, operand, operand, operandJ, operandJ, some, toString, unorderedpublic HiveJoinPushTransitivePredicatesRule(Class<? extends org.apache.calcite.rel.core.Join> clazz, boolean allowDisjunctivePredicates)
Copyright © 2022 The Apache Software Foundation. All rights reserved.