Go to the source code of this file.
|
static as_status | aerospike_index_create (aerospike *as, as_error *err, as_index_task *task, const as_policy_info *policy, const as_namespace ns, const as_set set, const as_bin_name bin, const char *name, as_index_datatype dtype) |
|
as_status | aerospike_index_create_complex (aerospike *as, as_error *err, as_index_task *task, const as_policy_info *policy, const as_namespace ns, const as_set set, const as_index_position position, const char *name, as_index_type itype, as_index_datatype dtype) |
|
as_status | aerospike_index_create_wait (as_error *err, as_index_task *task, uint32_t interval_ms) |
|
static as_status | aerospike_index_integer_create (aerospike *as, as_error *err, const as_policy_info *policy, const as_namespace ns, const as_set set, const as_bin_name bin, const char *name) |
|
as_status | aerospike_index_remove (aerospike *as, as_error *err, const as_policy_info *policy, const as_namespace ns, const char *name) |
|
static as_status | aerospike_index_string_create (aerospike *as, as_error *err, const as_policy_info *policy, const as_namespace ns, const as_set set, const as_bin_name bin, const char *name) |
|
#define AS_INDEX_POSITION_MAX_SZ 256 |
Enumerator |
---|
AS_INDEX_STRING |
|
AS_INDEX_NUMERIC |
|
AS_INDEX_GEO2DSPHERE |
|
Definition at line 76 of file aerospike_index.h.