public final class FTOptions extends FTExpr
| Constructor and Description |
|---|
FTOptions(InputInfo ii,
FTExpr e,
FTOpt o)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
FTExpr |
comp(QueryContext ctx)
Compiles and optimizes the expression, assigns data types and
cardinalities.
|
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() |
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 FTExpr comp(QueryContext ctx) throws QueryException
Exprcomp in class FTExprctx - query contextQueryException - query exceptionpublic void plan(Serializer ser) throws java.io.IOException
ExprInfopublic FTNode item(QueryContext ctx, InputInfo ii)
FTExprpublic FTIter iter(QueryContext ctx)
FTExpr