public final class Except extends Arr
| Constructor and Description |
|---|
Except(InputInfo ii,
Expr[] e)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Expr |
comp(QueryContext ctx)
Compiles and optimizes the expression, assigns data types and
cardinalities.
|
protected NodeCache |
eval(Iter[] iter)
Evaluates the specified iterators.
|
protected NodeIter |
iter(Iter[] iter)
Evaluates the specified iterators in an iterative manner.
|
NodeIter |
iter(QueryContext ctx)
Evaluates the expression and returns an iterator on the resulting items.
|
boolean |
iterable()
Returns true if the expression is iterable, i.e., if it does not contain
any duplicates and if all results are sorted.
|
java.lang.String |
toString() |
allAreValues, count, indexEquivalent, plan, removable, remove, toString, usescheckBln, checkColl, checkCreate, checkCtx, checkDbl, checkDBNode, checkEStr, checkEStr, checkIO, checkItem, checkItr, checkItr, checkMap, checkNode, checkNoEmpty, checkStr, checkType, checkUp, checkUp, checkWrite, compBln, ebv, item, optPre, preEval, size, test, type, valueaddText, compEbv, hasFreeVars, indexAccessible, isEmpty, isFunction, isItem, isVacuous, isValue, markTailCalls, sameAsdescription, infopublic Expr comp(QueryContext ctx) throws QueryException
Exprctx - query contextQueryException - query exceptionprotected NodeCache eval(Iter[] iter) throws QueryException
iter - iteratorsQueryException - query exceptionprotected NodeIter iter(Iter[] iter)
iter - iteratorspublic final NodeIter iter(QueryContext ctx) throws QueryException
ExprExpr.item(org.basex.query.QueryContext, org.basex.util.InputInfo) must be implemented
by an expression, as it may be called by this method.iter in class ParseExprctx - query contextQueryException - query exceptionpublic boolean iterable()
ExprAxisPath.