Groonga 3.0.9 Source Code Document
|
#include <gcutter.h>
#include <cppcutter.h>
#include <grn-assertions.h>
#include <dat/id-cursor.hpp>
#include <dat/trie.hpp>
#include <cstring>
Go to the source code of this file.
Namespaces | |
namespace | test_dat_id_cursor |
Functions | |
void | test_min_by_str (void) |
void | test_max_by_str (void) |
void | test_min_max_by_str (void) |
void | test_invalid_id (void) |
void | test_min_by_id (void) |
void | test_max_by_id (void) |
void | test_min_max_by_id (void) |
void | test_offset (void) |
void | test_offset_after_delete (void) |
void | test_limit (void) |
void | test_limit_after_delete (void) |
void | test_ascending_cursor (void) |
void | test_descending_cursor (void) |
void | test_except_boundary (void) |