Class ExecOpProject

All Implemented Interfaces:
StatsProvider, ExecutableOperator, UnaryExecutableOp

public class ExecOpProject extends UnaryExecutableOpBaseWithoutBlocking
To be used for PROJECT clauses. This operator restricts each input solution mapping to a given set of variables by removing bindings for all other variables. For every input solution mapping, exactly one output solution mapping is produced.