GRN_API int grn_geo_estimate_in_rectangle(grn_ctx *ctx, grn_obj *index, grn_obj *top_left_point, grn_obj *bottom_right_point)
GRN_API grn_posting * grn_geo_cursor_next(grn_ctx *ctx, grn_obj *cursor)
Retrieve the next posting from the cursor and advance to the next.
GRN_API int grn_geo_table_sort(grn_ctx *ctx, grn_obj *table, int offset, int limit, grn_obj *result, grn_obj *column, grn_obj *geo_point)
GRN_API grn_rc grn_geo_select_in_rectangle(grn_ctx *ctx, grn_obj *index, grn_obj *top_left_point, grn_obj *bottom_right_point, grn_obj *res, grn_operator op)
Select records within a specified rectangular area defined by the top_left_point and bottom_right_poi...
GRN_API grn_obj * grn_geo_cursor_open_in_rectangle(grn_ctx *ctx, grn_obj *index, grn_obj *top_left_point, grn_obj *bottom_right_point, int offset, int limit)
Create and return a cursor to retrieve records within a specified rectangular area defined by the top...
GRN_API unsigned int grn_geo_estimate_size_in_rectangle(grn_ctx *ctx, grn_obj *index, grn_obj *top_left_point, grn_obj *bottom_right_point)
Estimate the number of records within a specified rectangular area defined by the top_left_point and ...
grn_rc
Definition groonga.h:61
#define GRN_API
Definition groonga.h:39
grn_operator
Definition groonga.h:1149
int32_t longitude
Definition geo.h:28
int32_t latitude
Definition geo.h:27