|
Groonga 3.0.9 Source Code Document
|
#include <pat.h>

Data Fields | |
| uint32_t | flags |
| grn_encoding | encoding |
| uint32_t | key_size |
| uint32_t | value_size |
| grn_id | tokenizer |
| uint32_t | n_entries |
| uint32_t | curr_rec |
| int32_t | curr_key |
| int32_t | curr_del |
| int32_t | curr_del2 |
| int32_t | curr_del3 |
| uint32_t | n_garbages |
| grn_id | normalizer |
| uint32_t | reserved [1004] |
| grn_pat_delinfo | delinfos [GRN_PAT_NDELINFOS] |
| grn_id | garbages [GRN_PAT_MAX_KEY_SIZE+1] |
| grn_pat_delinfo delinfos[GRN_PAT_NDELINFOS] |
| grn_encoding encoding |
| grn_id garbages[GRN_PAT_MAX_KEY_SIZE+1] |
1.8.1.2