Uses of Class
org.apache.jackrabbit.oak.query.ast.SelectorImpl
-
Packages that use SelectorImpl Package Description org.apache.jackrabbit.oak.query.ast org.apache.jackrabbit.oak.query.index org.apache.jackrabbit.oak.query.plan -
-
Uses of SelectorImpl in org.apache.jackrabbit.oak.query.ast
Methods in org.apache.jackrabbit.oak.query.ast that return SelectorImpl Modifier and Type Method Description SelectorImpl
SourceImpl. getExistingSelector(String selectorName)
Get the selector with the given name, or fail if not found.SelectorImpl
ColumnImpl. getSelector()
SelectorImpl
JoinImpl. getSelector(String selectorName)
SelectorImpl
SelectorImpl. getSelector(String selectorName)
abstract SelectorImpl
SourceImpl. getSelector(String selectorName)
Get the selector with the given name, or null if not found.SelectorImpl
AstElementFactory. selector(NodeTypeInfo nodeTypeInfo, String selectorName)
Constructors in org.apache.jackrabbit.oak.query.ast with parameters of type SelectorImpl Constructor Description PropertyExistenceImpl(SelectorImpl selector, String selectorName, String propertyName)
PropertyInexistenceImpl(SelectorImpl selector, String selectorName, String propertyName)
-
Uses of SelectorImpl in org.apache.jackrabbit.oak.query.index
Methods in org.apache.jackrabbit.oak.query.index that return SelectorImpl Modifier and Type Method Description SelectorImpl
FilterImpl. getSelector()
Methods in org.apache.jackrabbit.oak.query.index with parameters of type SelectorImpl Modifier and Type Method Description boolean
FilterImpl. isPrepared(SelectorImpl selector)
Whether the given selector is already prepared during the prepare phase of a join.Constructors in org.apache.jackrabbit.oak.query.index with parameters of type SelectorImpl Constructor Description FilterImpl(SelectorImpl selector, String queryStatement, QueryLimits settings)
Create a filter. -
Uses of SelectorImpl in org.apache.jackrabbit.oak.query.plan
Methods in org.apache.jackrabbit.oak.query.plan that return SelectorImpl Modifier and Type Method Description SelectorImpl
SelectorExecutionPlan. getSelector()
Constructors in org.apache.jackrabbit.oak.query.plan with parameters of type SelectorImpl Constructor Description SelectorExecutionPlan(SelectorImpl selector, QueryIndex index, QueryIndex.IndexPlan plan, double estimatedCost)
-