Uses of Class
org.basex.query.util.index.IndexInfo
Packages that use IndexInfo
Package
Description
XQuery expressions.
XQuery Full Text expressions.
Functions in the fn namespace.
-
Uses of IndexInfo in org.basex.query.expr
Methods in org.basex.query.expr with parameters of type IndexInfoModifier and TypeMethodDescriptionbooleanAnd.indexAccessible(IndexInfo ii) final booleanCmpG.indexAccessible(IndexInfo ii) booleanCmpR.indexAccessible(IndexInfo ii) booleanCmpSR.indexAccessible(IndexInfo ii) booleanExpr.indexAccessible(IndexInfo ii) Checks if an expression can be rewritten to an index access.booleanExtension.indexAccessible(IndexInfo ii) booleanOr.indexAccessible(IndexInfo ii) -
Uses of IndexInfo in org.basex.query.expr.ft
Methods in org.basex.query.expr.ft with parameters of type IndexInfoModifier and TypeMethodDescriptionbooleanFTAnd.indexAccessible(IndexInfo ii) booleanFTContains.indexAccessible(IndexInfo ii) final booleanFTFilter.indexAccessible(IndexInfo ii) booleanFTMildNot.indexAccessible(IndexInfo ii) booleanFTNot.indexAccessible(IndexInfo ii) booleanFTOr.indexAccessible(IndexInfo ii) booleanFTWeight.indexAccessible(IndexInfo ii) booleanFTWords.indexAccessible(IndexInfo ii) -
Uses of IndexInfo in org.basex.query.func.fn
Methods in org.basex.query.func.fn with parameters of type IndexInfo