Package org.apache.calcite.rel.rules
Interface IntersectToDistinctRule.Config
- All Superinterfaces:
RelRule.Config
- Enclosing class:
IntersectToDistinctRule
Rule configuration.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IntersectToDistinctRule.Configstatic final IntersectToDistinctRule.Config -
Method Summary
Modifier and TypeMethodDescriptiondefault booleanWhether to apply partial aggregate pushdown; default true.default IntersectToDistinctRuletoRule()Creates a rule that uses this configuration.withAggregatePushdown(boolean aggregatePushdown) SetsisAggregatePushdown()()}.default IntersectToDistinctRule.ConfigwithOperandFor(Class<? extends Intersect> intersectClass) Defines an operand tree for the given classes.Methods inherited from interface org.apache.calcite.plan.RelRule.Config
as, description, operandSupplier, relBuilderFactory, withDescription, withOperandSupplier, withRelBuilderFactory
-
Field Details
-
DEFAULT
-
NO_AGGREGATE_PUSHDOWN
-
-
Method Details
-
toRule
Description copied from interface:RelRule.ConfigCreates a rule that uses this configuration. Sub-class must override.- Specified by:
toRulein interfaceRelRule.Config
-
withOperandFor
Defines an operand tree for the given classes. -
isAggregatePushdown
@Default default boolean isAggregatePushdown()Whether to apply partial aggregate pushdown; default true. -
withAggregatePushdown
SetsisAggregatePushdown()()}.
-