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

Data Fields | |
| grn_db_obj | obj |
| grn_obj * | pat |
| grn_obj * | index |
| grn_geo_point | top_left |
| grn_geo_point | bottom_right |
| uint8_t | top_left_key [sizeof(grn_geo_point)] |
| uint8_t | bottom_right_key [sizeof(grn_geo_point)] |
| grn_geo_point | current |
| grn_table_cursor * | pat_cursor |
| grn_ii_cursor * | ii_cursor |
| int | offset |
| int | rest |
| grn_geo_cursor_entry | entries [GRN_GEO_KEY_MAX_BITS] |
| int | current_entry |
| int | minimum_reduce_bit |
| grn_geo_point bottom_right |
| uint8_t bottom_right_key[sizeof(grn_geo_point)] |
| grn_geo_point current |
| grn_geo_cursor_entry entries[GRN_GEO_KEY_MAX_BITS] |
| grn_ii_cursor* ii_cursor |
| grn_db_obj obj |
| grn_table_cursor* pat_cursor |
| grn_geo_point top_left |
| uint8_t top_left_key[sizeof(grn_geo_point)] |
1.8.1.2