![]() |
#include <aerospike/aerospike.h>
#include <aerospike/as_error.h>
#include <aerospike/as_policy.h>
#include <aerospike/as_query.h>
#include <aerospike/as_status.h>
#include <aerospike/as_stream.h>
Go to the source code of this file.
Typedefs | |
typedef bool(* | aerospike_query_foreach_callback )(const as_val *val, void *udata) |
Functions | |
as_status | aerospike_query_foreach (aerospike *as, as_error *err, const as_policy_query *policy, const as_query *query, aerospike_query_foreach_callback callback, void *udata) |