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

Data Fields | |
| grn_obj | values |
| grn_obj | level |
| grn_obj | columns |
| uint32_t | emit_level |
| int32_t | key_offset |
| grn_obj * | table |
| grn_obj * | last |
| grn_obj * | ifexists |
| grn_obj * | each |
| uint32_t | unichar |
| uint32_t | values_size |
| uint32_t | nrecords |
| grn_loader_stat | stat |
| grn_content_type | input_type |
Definition at line 64 of file ctx_impl.h.
| grn_obj columns |
Definition at line 67 of file ctx_impl.h.
| grn_obj* each |
Definition at line 73 of file ctx_impl.h.
| uint32_t emit_level |
Definition at line 68 of file ctx_impl.h.
| grn_obj* ifexists |
Definition at line 72 of file ctx_impl.h.
| grn_content_type input_type |
Definition at line 78 of file ctx_impl.h.
| int32_t key_offset |
Definition at line 69 of file ctx_impl.h.
| grn_obj* last |
Definition at line 71 of file ctx_impl.h.
| grn_obj level |
Definition at line 66 of file ctx_impl.h.
| uint32_t nrecords |
Definition at line 76 of file ctx_impl.h.
| grn_loader_stat stat |
Definition at line 77 of file ctx_impl.h.
| grn_obj* table |
Definition at line 70 of file ctx_impl.h.
| uint32_t unichar |
Definition at line 74 of file ctx_impl.h.
| grn_obj values |
Definition at line 65 of file ctx_impl.h.
| uint32_t values_size |
Definition at line 75 of file ctx_impl.h.
1.8.1.2