![]() |
Defines a call to a UDF
Definition at line 89 of file src/include/aerospike/as_udf.h.
#include "as_udf.h"
Data Fields | |
as_list * | arglist |
as_udf_function_name | function |
as_udf_module_name | module |
Private Attributes | |
bool | _free |
|
private |
If true, then as_udf_call_destroy() will free this instance.
Definition at line 95 of file src/include/aerospike/as_udf.h.
as_list * as_udf_call::arglist |
Argument List
Definition at line 110 of file src/include/aerospike/as_udf.h.
as_udf_function_name as_udf_call::function |
UDF Function to be called
Definition at line 105 of file src/include/aerospike/as_udf.h.
as_udf_module_name as_udf_call::module |
UDF Module containing the function to be called.
Definition at line 100 of file src/include/aerospike/as_udf.h.