MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

ch.ethz.mxquery.iterators.forseq
Class ForseqWindowEarlyBinding

java.lang.Object
  extended by ch.ethz.mxquery.model.Iterator
      extended by ch.ethz.mxquery.model.TokenBasedIterator
          extended by ch.ethz.mxquery.iterators.forseq.ForseqIterator
              extended by ch.ethz.mxquery.iterators.forseq.ForseqWindowIterator
                  extended by ch.ethz.mxquery.iterators.forseq.ForseqWindowEarlyBinding
All Implemented Interfaces:
XDMIterator, Traversable

public final class ForseqWindowEarlyBinding
extends ForseqWindowIterator


Field Summary
 
Fields inherited from class ch.ethz.mxquery.iterators.forseq.ForseqIterator
GENERAL_WINDOW, LANDMARK_WINDOW, ORDER_MODE_END, ORDER_MODE_ENDSTART, ORDER_MODE_NONE, SLIDING_WINDOW, TUMBLING_WINDOW
 
Fields inherited from interface ch.ethz.mxquery.model.XDMIterator
EXPR_CATEGORY_SEQUENTIAL, EXPR_CATEGORY_SIMPLE, EXPR_CATEGORY_UPDATING, EXPR_CATEGORY_VACUOUS, EXPR_PARAM_CHEAPEVAL, EXPR_PARAM_VARIABLE, EXPR_PARAM_WINDOW, EXPR_PARAM_XDMGEN
 
Constructor Summary
ForseqWindowEarlyBinding(Context ctx, int windowType, QName var, TypeInfo t, XDMIterator seq, WindowVariable[] startVars, XDMIterator startExpr, WindowVariable[] endVars, XDMIterator endExpr, boolean forceEnd, boolean onNewStart, int orderMode, QueryLocation location)
           
 
Method Summary
 
Methods inherited from class ch.ethz.mxquery.iterators.forseq.ForseqWindowIterator
getAllSubIters, getForseqVars, getInnermostContext, setContext, setResettable, traverseIteratorTree, updateVarHolders
 
Methods inherited from class ch.ethz.mxquery.iterators.forseq.ForseqIterator
copy, getForseqVariable, isParallelAccess, next, setParallelAccess
 
Methods inherited from class ch.ethz.mxquery.model.Iterator
addPredicates, close, copyInts, copyIterators, copyQNames, copyStrings, copyTypeInfos, getAllSubItersRecursive, getContext, getExpressionCategoryType, getLoc, getPendingUpdateList, getPredicates, getStaticType, getSubIters, hasPredicates, isConstModePreserve, isExprParameter, isOpen, isResettable, removePredicates, reset, setConstModePreserve, setLoc, setOrderByExpr, setParam, setReturnExpr, setSubIters, setSubIters, setSubIters, setWhereExpr, traverse
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForseqWindowEarlyBinding

public ForseqWindowEarlyBinding(Context ctx,
                                int windowType,
                                QName var,
                                TypeInfo t,
                                XDMIterator seq,
                                WindowVariable[] startVars,
                                XDMIterator startExpr,
                                WindowVariable[] endVars,
                                XDMIterator endExpr,
                                boolean forceEnd,
                                boolean onNewStart,
                                int orderMode,
                                QueryLocation location)
                         throws MXQueryException
Throws:
MXQueryException

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich