Modifier and Type | Method | Description |
---|---|---|
Cardinality |
VXQueryOptimizationContext.getCardinalityOperatorMap(org.apache.hyracks.algebricks.core.algebra.base.ILogicalOperator op) |
Modifier and Type | Method | Description |
---|---|---|
void |
VXQueryOptimizationContext.putCardinalityOperatorMap(org.apache.hyracks.algebricks.core.algebra.base.ILogicalOperator op,
Cardinality cardinality) |
Modifier and Type | Method | Description |
---|---|---|
static Cardinality |
Cardinality.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Cardinality[] |
Cardinality.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
static Cardinality |
CardinalityRuleToolbox.getProducerCardinality(org.apache.hyracks.algebricks.core.algebra.base.ILogicalOperator op,
VXQueryOptimizationContext vxqueryContext) |
Get the Cardinality variable of the parent operator.
|
static Cardinality |
CardinalityRuleToolbox.updateCardinalityVariable(org.apache.hyracks.algebricks.core.algebra.operators.logical.AbstractLogicalOperator op,
Cardinality cardinalityVariable,
VXQueryOptimizationContext vxqueryContext) |
Modifier and Type | Method | Description |
---|---|---|
static Cardinality |
CardinalityRuleToolbox.updateCardinalityVariable(org.apache.hyracks.algebricks.core.algebra.operators.logical.AbstractLogicalOperator op,
Cardinality cardinalityVariable,
VXQueryOptimizationContext vxqueryContext) |
Copyright © 2019 Apache Software Foundation. All rights reserved.