public final class FTExtensionSelection extends FTExpr
| Constructor and Description |
|---|
FTExtensionSelection(InputInfo ii,
Expr[] prag,
FTExpr e)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
FTNode |
item(QueryContext ctx,
InputInfo ii)
This method is called by the sequential full-text evaluation.
|
FTIter |
iter(QueryContext ctx)
This method is called by the index-based full-text evaluation.
|
void |
plan(Serializer ser)
Serializes the expression tree.
|
java.lang.String |
toString() |
comp, count, indexEquivalent, removable, remove, usescheckBln, checkColl, checkCreate, checkCtx, checkDbl, checkDBNode, checkEStr, checkEStr, checkIO, checkItem, checkItr, checkItr, checkMap, checkNode, checkNoEmpty, checkStr, checkType, checkUp, checkUp, checkWrite, compBln, ebv, optPre, preEval, size, test, type, valueaddText, compEbv, hasFreeVars, indexAccessible, isEmpty, isFunction, isItem, isVacuous, isValue, iterable, markTailCalls, sameAsdescription, infopublic FTNode item(QueryContext ctx, InputInfo ii) throws QueryException
FTExpritem in class FTExprctx - query contextii - input infoQueryException - query exceptionpublic FTIter iter(QueryContext ctx) throws QueryException
FTExpriter in class FTExprctx - query contextQueryException - query exceptionpublic void plan(Serializer ser) throws java.io.IOException
ExprInfo