#include <aerospike/as_bytes.h>
Go to the source code of this file.
|
#define | WAIT_MS(__ms) nanosleep((struct timespec[]){{0, __ms##000000}}, NULL) |
|
#define WAIT_MS |
( |
|
__ms) | |
nanosleep((struct timespec[]){{0, __ms##000000}}, NULL) |
Definition at line 5 of file udf.h.
bool udf_exists |
( |
const char * |
) | |
|
Test if the UDF file exists on the server.
- Parameters
-
the | name of the file to test |
bool udf_put |
( |
const char * |
) | |
|
Upload a UDF file to the server.
- Parameters
-
the | path to the file to upload |
bool udf_readfile |
( |
const char * |
filename, |
|
|
as_bytes * |
content |
|
) |
| |
Read a file's content into the as_bytes.
bool udf_remove |
( |
const char * |
) | |
|
Remove a UDF file from the server.
- Parameters
-
the | name of file to remove |