Class Projection

java.lang.Object
All Implemented Interfaces:
Serializable, Cloneable, QueryModelNode, TupleExpr, VariableScopeChange

public class Projection extends UnaryTupleOperator
A generalized projection (allowing the bindings to be renamed) on a tuple expression.
See Also: