
projection.pl -- Define the projectionThis module redefines variables that are included in the SWISH result set.
projection(+Spec:list)asc, desc
Var:ascendingVar:descendingIf ordering is specified for multiple variables, the result set is ordered starting with the left-most variable for which ordering is defined.
preverse_vars(+Bindings, -ReservedBindings, ?Tail) is det[private]
aggregation(+Projection:list, -Vars, +Goal0, -Goal) is semidet[private]