Uses of Class
org.basex.query.util.IndexCosts

Packages that use IndexCosts
org.basex.query.expr XQuery expressions. 
org.basex.query.ft XQuery Full Text expressions. 
 

Uses of IndexCosts in org.basex.query.expr
 

Methods in org.basex.query.expr with parameters of type IndexCosts
 boolean CmpG.indexAccessible(IndexCosts ic)
           
 boolean CmpR.indexAccessible(IndexCosts ic)
           
 boolean Expr.indexAccessible(IndexCosts ic)
          Checks if an expression can be rewritten to an index access.
 boolean Or.indexAccessible(IndexCosts ic)
           
 boolean CmpSR.indexAccessible(IndexCosts ic)
           
 boolean And.indexAccessible(IndexCosts ic)
           
 Expr CmpG.indexEquivalent(IndexCosts ic)
           
 Expr Arr.indexEquivalent(IndexCosts ic)
           
 Expr CmpR.indexEquivalent(IndexCosts ic)
           
 Expr Expr.indexEquivalent(IndexCosts ic)
          Returns an equivalent expression which accesses an index structure.
 Expr Or.indexEquivalent(IndexCosts ic)
           
 Expr CmpSR.indexEquivalent(IndexCosts ic)
           
 Expr And.indexEquivalent(IndexCosts ic)
           
 Expr If.indexEquivalent(IndexCosts ic)
           
 

Uses of IndexCosts in org.basex.query.ft
 

Methods in org.basex.query.ft with parameters of type IndexCosts
 boolean FTWords.indexAccessible(IndexCosts ic)
           
 boolean FTAnd.indexAccessible(IndexCosts ic)
           
 boolean FTMildNot.indexAccessible(IndexCosts ic)
           
 boolean FTFilter.indexAccessible(IndexCosts ic)
           
 boolean FTOr.indexAccessible(IndexCosts ic)
           
 boolean FTNot.indexAccessible(IndexCosts ic)
           
 boolean FTContainsExpr.indexAccessible(IndexCosts ic)
           
 boolean FTWeight.indexAccessible(IndexCosts ic)
           
 FTExpr FTExpr.indexEquivalent(IndexCosts ic)
           
 FTExpr FTWords.indexEquivalent(IndexCosts ic)
           
 Expr FTContainsExpr.indexEquivalent(IndexCosts ic)