quasardb C API
|
#include "client.h"
Functions | |
QDB_API_LINKAGE qdb_error_t | qdb_prefix_get (qdb_handle_t handle, const char *prefix, qdb_int_t max_count, const char ***results, size_t *result_count) |
Retrieves the list of all entries matching the provided prefix. More... | |
QDB_API_LINKAGE qdb_error_t | qdb_prefix_count (qdb_handle_t handle, const char *prefix, qdb_uint_t *result_count) |
Retrieves the count of all entries matching the provided prefix. More... | |
QDB_API_LINKAGE qdb_error_t | qdb_prefix_approximate_count (qdb_handle_t handle, const char *prefix, qdb_uint_t *result_count) |
Retrieves the approximate count of all entries matching the provided prefix. More... | |