![]() |
#include <aerospike/aerospike.h>
#include <aerospike/as_error.h>
#include <aerospike/as_key.h>
#include <aerospike/as_list.h>
#include <aerospike/as_operations.h>
#include <aerospike/as_policy.h>
#include <aerospike/as_record.h>
#include <aerospike/as_status.h>
#include <aerospike/as_val.h>
Go to the source code of this file.
bool aerospike_has_double | ( | aerospike * | as) |
Do the connected servers support the new floating point type. The cluster must already be connected (aerospike_connect()) prior to making this call.
bool aerospike_has_geo | ( | aerospike * | as) |
Do the connected servers support geospatial data and queries. The cluster must already be connected (aerospike_connect()) prior to making this call.