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