NzaeMessageHandler interface reference

This class handles Nzae messages.

Public member functions

void evaluate(Nzae api, NzaeRecord input, NzaeRecord result)
Processes one row of input and produces one row of output.

Public member functions documentation

void evaluate(Nzae api, NzaeRecord input, NzaeRecord result)
Processes one row of input and produces one row of output.
Parameters
  • Nzae api

    The function object.

  • NzaeRecord input

    The input record.

  • NzaeRecord result

    The result record.

Used for scalar functions and some table functions. Scalar functions use only a single field in the result.