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