Groonga 3.0.9 Source Code Document
|
Go to the source code of this file.
Data Structures | |
struct | _BenchmarkData |
Macros | |
#define | GET(context, name) (grn_ctx_get(context, name, strlen(name))) |
#define | REGISTER(label, setup) |
Typedefs | |
typedef struct _BenchmarkData | BenchmarkData |
Functions | |
grn_obj * | grn_expr_get_value (grn_ctx *ctx, grn_obj *expr, int offset) |
int | main (int argc, gchar **argv) |
#define GET | ( | context, | |
name | |||
) | (grn_ctx_get(context, name, strlen(name))) |
Definition at line 57 of file bench-geo-distance.c.
#define REGISTER | ( | label, | |
setup | |||
) |
typedef struct _BenchmarkData BenchmarkData |
int main | ( | int | argc, |
gchar ** | argv | ||
) |