Object - lang.query : _JoinFunction

Constructor

__init

(_StreamPipeline pipelineToJoin)

Methods

Desugared function to do; from var .

Fields

  • prevFunc

process

()

returns _Frame | error?

Desugared function to do; from var ... in listA from from var ... in listB from var ... in streamA join var ... in streamB

  • Return Type

    (_Frame | error?)
  • merged two frames { ...frameA, ...frameB }

reset