![]() |
Sequence of predicates to be applied to a query.
Entries can either be initialized on the stack or on the heap.
Initialization should be performed via a query object, using:
Definition at line 235 of file src/include/aerospike/as_query.h.
#include "as_query.h"
Data Fields | |
uint16_t | capacity |
as_predicate * | entries |
uint16_t | size |
Private Attributes | |
bool | _free |
|
private |
If true, then as_query_destroy() will free this instance.
Definition at line 241 of file src/include/aerospike/as_query.h.
uint16_t as_query_predicates::capacity |
Number of entries allocated
Definition at line 246 of file src/include/aerospike/as_query.h.
as_predicate * as_query_predicates::entries |
Sequence of entries
Definition at line 256 of file src/include/aerospike/as_query.h.
uint16_t as_query_predicates::size |
Number of entries used
Definition at line 251 of file src/include/aerospike/as_query.h.