Versions Compared

Key

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

...

  • PREDICATE: A predicate that is used for lookup and joining.
  • MINIMUMSIZE: Blocks the streaming input until there are at least MINIMUMSIZE elements in the cache from the static stream . Can be used to assure that all static data is loaded before it is used for enriching the other stream. This parameter is optional, the default value is 0, so that it is immediately tried to enrich.

  • OUTER: If no enrichment can be found, use null values. Default is true!
  • appendRight: By default the output element starts with the attributes from enrichment. Set this falg to true and the output starts with the element that is enriched.

Example

Code Block
languagejavascript
themeEclipselanguagejavascript
titleEnrich Operator
linenumberstrue
output = ENRICH({MINIMUMSIZE = 42, PREDICATE = 'sensorid = sid'}, metadata, input)