Example #1
0
 public static extern  grn_rc grn_table_group(ref grn_ctx ctx, ref grn_table_cursor table, ref grn_table_sort_key keys, int n_keys, ref grn_table_group_result results, int n_results) ;
Example #2
0
 public static extern  grn_rc grn_table_sort_key_close(ref grn_ctx ctx, ref grn_table_sort_key keys, uint nkeys) ;
Example #3
0
 public static extern  int grn_table_sort(ref grn_ctx ctx, ref grn_table_cursor table, int offset, int limit, ref grn_table_cursor result, ref grn_table_sort_key keys, int n_keys) ;