| Package | Description |
|---|---|
| org.apache.calcite.plan |
Defines interfaces for constructing rule-based optimizers of
relational expressions.
|
| Modifier and Type | Field and Description |
|---|---|
RelOptRuleOperandChildPolicy |
RelOptRuleOperand.childPolicy
Whether child operands can be matched in any order.
|
| Modifier and Type | Method and Description |
|---|---|
static RelOptRuleOperandChildPolicy |
RelOptRuleOperandChildPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelOptRuleOperandChildPolicy[] |
RelOptRuleOperandChildPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
RelOptRuleOperandChildren(RelOptRuleOperandChildPolicy policy,
com.google.common.collect.ImmutableList<RelOptRuleOperand> operands) |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.