|
Groonga 3.0.9 Source Code Document
|

Data Fields | |
| grn_ctx | context |
| grn_obj * | database |
| guint | memory_usage_before |
| gchar * | base_dir |
| gboolean | report_result |
| grn_ctx * | context |
| grn_obj * | geo_distance_proc |
| grn_obj * | expression |
| grn_obj * | start_point |
| grn_obj * | end_point |
| grn_obj * | table |
| grn_obj * | index_column |
| grn_obj * | result |
| grn_obj | top_left_point |
| grn_obj | bottom_right_point |
| const char * | name |
| unsigned | name_size |
| char * | path |
| grn_obj_flags | flags |
| grn_obj * | key_type |
| unsigned | value_size |
| grn_encoding | encoding |
Definition at line 38 of file bench-ctx-create.c.
| gchar * base_dir |
Definition at line 63 of file bench-geo-distance.c.
| grn_obj bottom_right_point |
Definition at line 79 of file bench-geo-select.c.
| grn_ctx * context |
Definition at line 39 of file bench-ctx-create.c.
| grn_ctx* context |
Definition at line 66 of file bench-geo-distance.c.
| grn_obj * database |
Definition at line 40 of file bench-ctx-create.c.
| grn_encoding encoding |
Definition at line 40 of file bench-table-factory.c.
| grn_obj* end_point |
Definition at line 71 of file bench-geo-distance.c.
| grn_obj* expression |
Definition at line 69 of file bench-geo-distance.c.
| grn_obj_flags flags |
Definition at line 37 of file bench-table-factory.c.
| grn_obj* geo_distance_proc |
Definition at line 68 of file bench-geo-distance.c.
| grn_obj* index_column |
Definition at line 75 of file bench-geo-select.c.
| grn_obj* key_type |
Definition at line 38 of file bench-table-factory.c.
| guint memory_usage_before |
Definition at line 41 of file bench-ctx-create.c.
| const char* name |
Definition at line 34 of file bench-table-factory.c.
| unsigned name_size |
Definition at line 35 of file bench-table-factory.c.
| char* path |
Definition at line 36 of file bench-table-factory.c.
| gboolean report_result |
Definition at line 64 of file bench-geo-distance.c.
| grn_obj* result |
Definition at line 76 of file bench-geo-select.c.
| grn_obj* start_point |
Definition at line 70 of file bench-geo-distance.c.
| grn_obj* table |
Definition at line 74 of file bench-geo-select.c.
| grn_obj top_left_point |
Definition at line 78 of file bench-geo-select.c.
| unsigned value_size |
Definition at line 39 of file bench-table-factory.c.
1.8.1.2