Class ObjectProjectionExpression


public final class ObjectProjectionExpression extends ProjectionExpression
A projection of object values.

If the left AST expression does not return an object, then the result of the projection is a null value. Otherwise, the object values are each yielded to the right AST expression, building up a list of results.

See Also: