Versions Compared

Key

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

...

Example

JOIN

Description

Parameter

  • predicate: The predicate to evaluate over each incoming tuple from left and right

Example

PQL
Code Block
themeEclipse
languagejavascript
titleJoin Operator
linenumberstrue
output = join({predicate = RelationalPredicate('auction_id = auction')}, left, right)

...