Uses of Class
org.basex.query.util.index.IndexCosts
Packages that use IndexCosts
Package
Description
Database structures.
Database Index structures.
-
Uses of IndexCosts in org.basex.data
Methods in org.basex.data that return IndexCostsModifier and TypeMethodDescriptionfinal IndexCostsData.costs(IndexSearch search) Returns a cost estimation for searching the specified token. -
Uses of IndexCosts in org.basex.index
Methods in org.basex.index that return IndexCostsModifier and TypeMethodDescriptionIndex.costs(IndexSearch search) Computes costs for performing the specified search. -
Uses of IndexCosts in org.basex.index.ft
Methods in org.basex.index.ft that return IndexCosts -
Uses of IndexCosts in org.basex.index.name
Methods in org.basex.index.name that return IndexCosts -
Uses of IndexCosts in org.basex.index.path
Methods in org.basex.index.path that return IndexCosts -
Uses of IndexCosts in org.basex.index.resource
Methods in org.basex.index.resource that return IndexCosts -
Uses of IndexCosts in org.basex.index.value
Methods in org.basex.index.value that return IndexCostsModifier and TypeMethodDescriptionfinal IndexCostsDiskValues.costs(IndexSearch search) MemValues.costs(IndexSearch search) -
Uses of IndexCosts in org.basex.query.util.index
Fields in org.basex.query.util.index declared as IndexCostsModifier and TypeFieldDescriptionIndexInfo.costsCosts of index access (null) if no index access is possible).static final IndexCostsIndexCosts.ENFORCE_DYNAMICEnforce index creation (dynamic query terms).static final IndexCostsIndexCosts.ENFORCE_STATICEnforce index creation (static query terms).static final IndexCostsIndexCosts.ZERONo results.Methods in org.basex.query.util.index that return IndexCostsModifier and TypeMethodDescriptionstatic IndexCostsIndexCosts.add(IndexCosts ic1, IndexCosts ic2) Adds index costs.IndexInfo.costs(Data data, IndexSearch search) Computes costs if the specified data reference exists.static IndexCostsIndexCosts.get(int results) Constructor.Methods in org.basex.query.util.index with parameters of type IndexCostsModifier and TypeMethodDescriptionstatic IndexCostsIndexCosts.add(IndexCosts ic1, IndexCosts ic2) Adds index costs.intIndexCosts.compareTo(IndexCosts ic)