This project has retired. For details please refer to its
Attic page.
SetVariableIdContextRule (VXQuery 0.6 API)
- java.lang.Object
-
- org.apache.vxquery.compiler.rewriter.rules.SetVariableIdContextRule
-
- All Implemented Interfaces:
org.apache.hyracks.algebricks.core.rewriter.base.IAlgebraicRewriteRule
public class SetVariableIdContextRule
extends Object
implements org.apache.hyracks.algebricks.core.rewriter.base.IAlgebraicRewriteRule
Set the default context for the variable id in the optimization context.
- Author:
- prestonc
-
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type |
Method |
Description |
boolean |
rewritePost(org.apache.commons.lang3.mutable.Mutable<org.apache.hyracks.algebricks.core.algebra.base.ILogicalOperator> opRef,
org.apache.hyracks.algebricks.core.algebra.base.IOptimizationContext context) |
|
boolean |
rewritePre(org.apache.commons.lang3.mutable.Mutable<org.apache.hyracks.algebricks.core.algebra.base.ILogicalOperator> opRef,
org.apache.hyracks.algebricks.core.algebra.base.IOptimizationContext context) |
|
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2019 Apache Software Foundation. All rights reserved.