| Package | Description |
|---|---|
| org.basex.query.expr |
XQuery expressions.
|
| org.basex.query.ft |
XQuery Full Text expressions.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Or.indexAccessible(IndexContext ic) |
boolean |
Expr.indexAccessible(IndexContext ic)
Checks if an expression can be rewritten to an index access.
|
boolean |
CmpG.indexAccessible(IndexContext ic) |
boolean |
And.indexAccessible(IndexContext ic) |
boolean |
CmpR.indexAccessible(IndexContext ic) |
Expr |
Arr.indexEquivalent(IndexContext ic) |
Expr |
Or.indexEquivalent(IndexContext ic) |
Expr |
Expr.indexEquivalent(IndexContext ic)
Returns an equivalent expression which accesses an index structure.
|
Expr |
CmpG.indexEquivalent(IndexContext ic) |
Expr |
And.indexEquivalent(IndexContext ic) |
Expr |
CmpR.indexEquivalent(IndexContext ic) |
| Constructor and Description |
|---|
IndexAccess(InputInfo ii,
Expr e,
IndexToken.IndexType t,
IndexContext ic)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
FTWords.indexAccessible(IndexContext ic) |
boolean |
FTWeight.indexAccessible(IndexContext ic) |
boolean |
FTFilter.indexAccessible(IndexContext ic) |
boolean |
FTContains.indexAccessible(IndexContext ic) |
boolean |
FTNot.indexAccessible(IndexContext ic) |
boolean |
FTOr.indexAccessible(IndexContext ic) |
boolean |
FTAnd.indexAccessible(IndexContext ic) |
boolean |
FTMildNot.indexAccessible(IndexContext ic) |
FTExpr |
FTWords.indexEquivalent(IndexContext ic) |
Expr |
FTContains.indexEquivalent(IndexContext ic) |
FTExpr |
FTExpr.indexEquivalent(IndexContext ic) |
| Constructor and Description |
|---|
FTIndexAccess(InputInfo ii,
FTExpr ex,
IndexContext ic)
Constructor.
|