Package | Description |
---|---|
org.apache.vxquery.compiler.rewriter | |
org.apache.vxquery.compiler.rewriter.rules.propagationpolicies.uniquenodes | |
org.apache.vxquery.functions |
Modifier and Type | Method | Description |
---|---|---|
HashMap<Integer,UniqueNodes> |
VXQueryOptimizationContext.getUniqueNodesOperatorVariableMap(org.apache.hyracks.algebricks.core.algebra.base.ILogicalOperator op) |
Modifier and Type | Method | Description |
---|---|---|
void |
VXQueryOptimizationContext.putUniqueNodesOperatorVariableMap(org.apache.hyracks.algebricks.core.algebra.base.ILogicalOperator op,
HashMap<Integer,UniqueNodes> variableMap) |
Modifier and Type | Method | Description |
---|---|---|
static UniqueNodes |
UniqueNodes.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static UniqueNodes[] |
UniqueNodes.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field | Description |
---|---|---|
protected IPropertyPropagationPolicy<UniqueNodes> |
Function.uniqueNodesPropagationPolicy |
Modifier and Type | Method | Description |
---|---|---|
IPropertyPropagationPolicy<UniqueNodes> |
Function.getUniqueNodesPropagationPolicy() |
Copyright © 2019 Apache Software Foundation. All rights reserved.