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

Parameter

Example

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