![]() |
UDF File
Definition at line 129 of file src/include/aerospike/as_udf.h.
#include "as_udf.h"
Data Fields | |
struct { | |
uint8_t * bytes | |
uint32_t capacity | |
uint32_t size | |
bool _free | |
} | content |
struct { | |
uint8_t * bytes | |
uint32_t capacity | |
uint32_t size | |
bool _free | |
} | content |
uint8_t | hash [AS_UDF_FILE_HASH_SIZE] |
char | name [AS_UDF_FILE_NAME_SIZE] |
as_udf_type | type |
Private Attributes | |
bool | _free |
|
private |
If true, then as_udf_file_destroy() will free this instance.
If true, then as_udf_file_destroy() will free bytes()
Definition at line 135 of file src/include/aerospike/as_udf.h.
uint8_t* as_udf_file::bytes |
Sequence of bytes
Definition at line 176 of file src/include/aerospike/as_udf.h.
uint32_t as_udf_file::capacity |
Number of bytes allocated to bytes.
Definition at line 166 of file src/include/aerospike/as_udf.h.
struct { ... } as_udf_file::content |
UDF File contents
struct { ... } as_udf_file::content |
UDF File contents
uint8_t as_udf_file::hash |
Hash value of the file contents
Definition at line 145 of file src/include/aerospike/as_udf.h.
char as_udf_file::name |
Name of the UDF file
Definition at line 140 of file src/include/aerospike/as_udf.h.
uint32_t as_udf_file::size |
Number of bytes used in bytes.
Definition at line 171 of file src/include/aerospike/as_udf.h.
as_udf_type as_udf_file::type |
The type of UDF
Definition at line 150 of file src/include/aerospike/as_udf.h.