![]() |
#include <stdbool.h>
#include <stdint.h>
#include <aerospike/as_bin.h>
#include <aerospike/as_list_operations.h>
Go to the source code of this file.
Data Structures | |
struct | as_binop |
struct | as_binops |
struct | as_operations |
Enumerations | |
enum | as_operator { AS_OPERATOR_READ = 1, AS_OPERATOR_WRITE = 2, AS_OPERATOR_CDT_READ = 3, AS_OPERATOR_CDT_MODIFY = 4, AS_OPERATOR_MAP_READ = 6, AS_OPERATOR_MAP_MODIFY = 7, AS_OPERATOR_INCR = 5, AS_OPERATOR_APPEND = 9, AS_OPERATOR_PREPEND = 10, AS_OPERATOR_TOUCH = 11 } |
enum as_operator |
Operation Identifiers
Definition at line 34 of file as_operations.h.