Reduces the input object to the given attributes. Makes no duplicate eleminition.

Either "attributes" or "paths" parameter has to be set.

Parameter

Example

PQL
output = PROJECT({
                  attributes = ['auction', 'bidder']
                 }, input)
CQL
SELECT auction, bidder FROM input