Go to the documentation of this file.
25 #include <aerospike/as_integer.h>
26 #include <aerospike/as_string.h>
27 #include <aerospike/as_bytes.h>
28 #include <aerospike/as_list.h>
29 #include <aerospike/as_map.h>
30 #include <aerospike/as_val.h>
39 #define AS_BIN_NAME_MAX_SIZE 15
44 #define AS_BIN_NAME_MAX_LEN (AS_BIN_NAME_MAX_SIZE - 1)
58 typedef union as_bin_value_s {
77 typedef struct as_bin_s {
101 typedef struct as_bins_s {
144 return (
char *) bin->
name;