An introduction to functions used in aggregator UDFs, their purposes, and parameters.
Parameters:
ctx: A "context" object that contains information about the parameters passed to the UDF.
Returns: C8_TRUE if the message is positive; otherwise C8_FALSE otherwise.
Parameters:
ctx: A "context" object that contains information about the parameters passed to the UDF.
Returns:
Parameters:
ctx: A "context" object that contains information about the parameters passed to the UDF.
data: The data that you want to save as state information.
data_size: The number of bytes of data you are saving.
Returns: Nothing.
Parameters:
ctx: A "context" object that contains information about the parameters passed to the UDF.
data_size: A pointer to a location into which the function can insert the number of bytes retrieved.
Returns: A pointer to the memory that was retrieved.