Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
_grn_array Struct Reference

#include <hash.h>

Collaboration diagram for _grn_array:
Collaboration graph
[legend]

Data Fields

grn_db_obj obj
grn_ctxctx
uint32_t value_size
int32_t n_keys
grn_table_sort_keykeys
uint32_t * n_garbages
uint32_t * n_entries
grn_ioio
struct grn_array_headerheader
uint32_t * lock
uint32_t n_garbages_buf
uint32_t n_entries_buf
grn_id garbages
grn_tiny_array array
grn_tiny_bitmap bitmap

Detailed Description

Definition at line 132 of file hash.h.

Field Documentation

Definition at line 150 of file hash.h.

Definition at line 151 of file hash.h.

grn_ctx* ctx

Definition at line 134 of file hash.h.

grn_id garbages

Definition at line 149 of file hash.h.

struct grn_array_header* header

Definition at line 143 of file hash.h.

grn_io* io

Definition at line 142 of file hash.h.

Definition at line 137 of file hash.h.

uint32_t* lock

Definition at line 144 of file hash.h.

uint32_t* n_entries

Definition at line 139 of file hash.h.

uint32_t n_entries_buf

Definition at line 148 of file hash.h.

uint32_t* n_garbages

Definition at line 138 of file hash.h.

uint32_t n_garbages_buf

Definition at line 147 of file hash.h.

int32_t n_keys

Definition at line 136 of file hash.h.

Definition at line 133 of file hash.h.

uint32_t value_size

Definition at line 135 of file hash.h.


The documentation for this struct was generated from the following file: