![]() |
Defines a predicate, including the bin, type of predicate and the value for the predicate.
Definition at line 138 of file src/include/aerospike/as_query.h.
#include "as_query.h"
Data Fields | |
as_bin_name | bin |
as_predicate_type | type |
as_predicate_value | value |
as_bin_name as_predicate::bin |
Bin to apply the predicate to
Definition at line 143 of file src/include/aerospike/as_query.h.
as_predicate_type as_predicate::type |
The predicate type, dictates which value to use from the union
Definition at line 148 of file src/include/aerospike/as_query.h.
as_predicate_value as_predicate::value |
The value for the predicate.
Definition at line 153 of file src/include/aerospike/as_query.h.