- grn_table_apply_window_function
deprecated groonga_d.groonga.grn_rc grn_table_apply_window_function(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, groonga_d.groonga.grn_obj* output_column, grn_window_definition* definition, groonga_d.groonga.grn_obj* window_function_call)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- grn_window_function_create
groonga_d.groonga.grn_obj* grn_window_function_create(groonga_d.groonga.grn_ctx* ctx, const(char)* name, int name_size, grn_window_function_func* func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- grn_window_get_argument
groonga_d.groonga.grn_obj* grn_window_get_argument(groonga_d.groonga.grn_ctx* ctx, grn_window* window, size_t i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- grn_window_get_n_arguments
size_t grn_window_get_n_arguments(groonga_d.groonga.grn_ctx* ctx, grn_window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- grn_window_get_output_column
groonga_d.groonga.grn_obj* grn_window_get_output_column(groonga_d.groonga.grn_ctx* ctx, grn_window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- grn_window_get_size
size_t grn_window_get_size(groonga_d.groonga.grn_ctx* ctx, grn_window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- grn_window_get_table
groonga_d.groonga.grn_obj* grn_window_get_table(groonga_d.groonga.grn_ctx* ctx, grn_window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- grn_window_is_context_table
bool grn_window_is_context_table(groonga_d.groonga.grn_ctx* ctx, grn_window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- grn_window_is_sorted
bool grn_window_is_sorted(groonga_d.groonga.grn_ctx* ctx, grn_window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- grn_window_is_sorted
ubyte grn_window_is_sorted(groonga_d.groonga.grn_ctx* ctx, grn_window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- grn_window_next
groonga_d.groonga.grn_id grn_window_next(groonga_d.groonga.grn_ctx* ctx, grn_window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- grn_window_rewind
groonga_d.groonga.grn_rc grn_window_rewind(groonga_d.groonga.grn_ctx* ctx, grn_window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- grn_window_set_direction
groonga_d.groonga.grn_rc grn_window_set_direction(groonga_d.groonga.grn_ctx* ctx, grn_window* window, grn_window_direction direction)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.