groonga_d.window_function_executor

Undocumented in source.

Members

Aliases

grn_window_function_executor
alias grn_window_function_executor = _grn_window_function_executor
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

grn_window_function_executor_add_context_table
groonga_d.groonga.grn_rc grn_window_function_executor_add_context_table(groonga_d.groonga.grn_ctx* ctx, grn_window_function_executor* executor, groonga_d.groonga.grn_obj* table)
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_executor_add_table
groonga_d.groonga.grn_rc grn_window_function_executor_add_table(groonga_d.groonga.grn_ctx* ctx, grn_window_function_executor* executor, groonga_d.groonga.grn_obj* table)
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_executor_close
groonga_d.groonga.grn_rc grn_window_function_executor_close(groonga_d.groonga.grn_ctx* ctx, grn_window_function_executor* executor)
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_executor_execute
groonga_d.groonga.grn_rc grn_window_function_executor_execute(groonga_d.groonga.grn_ctx* ctx, grn_window_function_executor* executor)
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_executor_open
grn_window_function_executor* grn_window_function_executor_open(groonga_d.groonga.grn_ctx* ctx)
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_executor_set_group_keys
groonga_d.groonga.grn_rc grn_window_function_executor_set_group_keys(groonga_d.groonga.grn_ctx* ctx, grn_window_function_executor* executor, const(char)* group_keys, size_t group_keys_size)
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_executor_set_output_column_name
groonga_d.groonga.grn_rc grn_window_function_executor_set_output_column_name(groonga_d.groonga.grn_ctx* ctx, grn_window_function_executor* executor, const(char)* name, size_t name_size)
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_executor_set_sort_keys
groonga_d.groonga.grn_rc grn_window_function_executor_set_sort_keys(groonga_d.groonga.grn_ctx* ctx, grn_window_function_executor* executor, const(char)* sort_keys, size_t sort_keys_size)
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_executor_set_source
groonga_d.groonga.grn_rc grn_window_function_executor_set_source(groonga_d.groonga.grn_ctx* ctx, grn_window_function_executor* executor, const(char)* source, size_t source_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

_grn_window_function_executor
struct _grn_window_function_executor
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta