|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.basex.query.ExprInfo
org.basex.query.xpath.expr.Expr
org.basex.query.xpath.expr.FTArrayExpr
org.basex.query.xpath.expr.FTNot
public final class FTNot
Logical FTUnaryNot expression.
| Field Summary |
|---|
| Fields inherited from class org.basex.query.xpath.expr.FTArrayExpr |
|---|
fto |
| Constructor Summary | |
|---|---|
FTNot(FTArrayExpr e)
Constructor. |
|
| Method Summary | |
|---|---|
FTArrayExpr |
comp(XPContext ctx)
Optimizes the expression. |
Bln |
eval(XPContext ctx)
Evaluates the expression with the specified context set. |
FTArrayExpr |
indexEquivalent(XPContext ctx,
Step curr,
boolean seq)
Returns an equivalent expression which accesses an index structure. |
boolean |
indexOptions(MetaData meta)
Verifies if the fulltext query options comply with the index defaults. |
int |
indexSizes(XPContext ctx,
Step curr,
int min)
Returns the number of results if this query is evaluated by an index. |
| Methods inherited from class org.basex.query.xpath.expr.FTArrayExpr |
|---|
more, next, plan, pos, toString, usesPos, usesSize |
| Methods inherited from class org.basex.query.xpath.expr.Expr |
|---|
returnedValue, sameAs |
| Methods inherited from class org.basex.query.ExprInfo |
|---|
color, info, name |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FTNot(FTArrayExpr e)
e - expressions| Method Detail |
|---|
public Bln eval(XPContext ctx)
throws QueryException
Expr
eval in class Exprctx - query context
QueryException - evaluation exception
public FTArrayExpr comp(XPContext ctx)
throws QueryException
FTArrayExpr
comp in class FTArrayExprctx - expression context
QueryException - evaluation exceptionpublic boolean indexOptions(MetaData meta)
FTArrayExpr
indexOptions in class FTArrayExprmeta - meta data
public FTArrayExpr indexEquivalent(XPContext ctx,
Step curr,
boolean seq)
throws QueryException
Expr
indexEquivalent in class FTArrayExprctx - rootcurr - location stepseq - flag for sequential evaluation
QueryException - evaluation exception
public int indexSizes(XPContext ctx,
Step curr,
int min)
ExprInteger.MAX_VALUE is returned, no index access is possible.
indexSizes in class Exprctx - rootcurr - the current location stepmin - current minimum index hits
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||