Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

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

Parameter

  • attributes: A list of attribute names to project on

Example

PQL
Code Block
themeEclipse
languagejavascript
titleProject Operator
linenumberstrue
output = PROJECT({
                  attributes = ['auction', 'bidder']
                 }, input)
CQL
Code Block
themeEclipse
languagesql
titleProject Operator
linenumberstrue
SELECT auction, bidder FROM input