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

#include <hash.h>

Collaboration diagram for _grn_table_sort_optarg:
Collaboration graph
[legend]

Data Fields

grn_table_sort_flags flags
int(* compar )(grn_ctx *ctx, grn_obj *table1, void *target1, unsigned int target1_size, grn_obj *table2, void *target2, unsigned int target2_size, void *compare_arg)
void * compar_arg
grn_objproc
int offset

Detailed Description

Definition at line 286 of file hash.h.

Field Documentation

int(* compar)(grn_ctx *ctx, grn_obj *table1, void *target1, unsigned int target1_size, grn_obj *table2, void *target2, unsigned int target2_size, void *compare_arg)

Definition at line 288 of file hash.h.

void* compar_arg

Definition at line 292 of file hash.h.

Definition at line 287 of file hash.h.

int offset

Definition at line 294 of file hash.h.

grn_obj* proc

Definition at line 293 of file hash.h.


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