Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • attributes: A list of attribute names to project on.
  • paths: A list of paths to project on. Is only used for key - value objects.

Example

PQL
Code Block
themeEclipse
languagejavascriptpql
titleProject Operator
linenumberstrue
output = PROJECT({
                  attributes = ['auction', 'bidder']
                 }, input)

...

Code Block
themeEclipse
languagesqlcql
titleProject Operator
linenumberstrue
SELECT auction, bidder FROM input