Package org.apache.calcite.rel.rules
Interface ExpandDisjunctionForJoinInputsRule.Config
- All Superinterfaces:
RelRule.Config
- Enclosing class:
ExpandDisjunctionForJoinInputsRule
@Immutable(singleton=false)
public static interface ExpandDisjunctionForJoinInputsRule.Config
extends RelRule.Config
Rule configuration.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ExpandDisjunctionForJoinInputsRule.Config
static final ExpandDisjunctionForJoinInputsRule.Config
-
Method Summary
Modifier and TypeMethodDescriptiondefault int
bloat()
Limit how much complexity can increase during expanding.Forwards a call toRelOptRule.onMatch(RelOptRuleCall)
.toRule()
Creates a rule that uses this configuration.SetsmatchHandler()
.Methods inherited from interface org.apache.calcite.plan.RelRule.Config
as, description, operandSupplier, relBuilderFactory, withDescription, withOperandSupplier, withRelBuilderFactory
-
Field Details
-
FILTER
-
JOIN
-
-
Method Details
-
toRule
Description copied from interface:RelRule.Config
Creates a rule that uses this configuration. Sub-class must override.- Specified by:
toRule
in interfaceRelRule.Config
-
bloat
default int bloat()Limit how much complexity can increase during expanding. Default isRelOptUtil.DEFAULT_BLOAT
(100). -
matchHandler
RelRule.MatchHandler<ExpandDisjunctionForJoinInputsRule> matchHandler()Forwards a call toRelOptRule.onMatch(RelOptRuleCall)
. -
withMatchHandler
ExpandDisjunctionForJoinInputsRule.Config withMatchHandler(RelRule.MatchHandler<ExpandDisjunctionForJoinInputsRule> matchHandler) SetsmatchHandler()
.
-