Class CollectionObjectAccessor<R>
- java.lang.Object
-
- org.apache.qpid.server.query.engine.parsing.expression.AbstractExpressionNode<java.util.Collection<R>,R>
-
- org.apache.qpid.server.query.engine.parsing.expression.accessor.CollectionObjectAccessor<R>
-
- Type Parameters:
R- Return parameter type
- All Implemented Interfaces:
java.util.function.Function<java.util.Collection<R>,R>,Expression<java.util.Collection<R>,R>,ExpressionNode<java.util.Collection<R>,R>
public class CollectionObjectAccessor<R> extends AbstractExpressionNode<java.util.Collection<R>,R>
Collection object accessor retrieves values from a collection
-
-
Field Summary
-
Fields inherited from class org.apache.qpid.server.query.engine.parsing.expression.AbstractExpressionNode
_metadata
-
-
Constructor Summary
Constructors Constructor Description CollectionObjectAccessor(java.lang.Integer index)Constructor stores index value
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Rapply(java.util.Collection<R> items)Evaluates expression using parameters and the value supplied-
Methods inherited from class org.apache.qpid.server.query.engine.parsing.expression.AbstractExpressionNode
containsAggregation, ctx, evaluateChild, getAggregations, getAlias, getChild, getChildren, getParent, isAccessor, isInstantlyEvaluable, setAlias, setParent, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.qpid.server.query.engine.parsing.expression.Expression
andThen
-
-