groonga_d.window_function

Undocumented in source.

Members

Aliases

_grn_window_definition
alias _grn_window_definition = grn_window_definition
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_window
alias grn_window = _grn_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_function_func
alias grn_window_function_func = groonga_d.groonga.grn_rc function(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* first_output_column, grn_window* window, groonga_d.groonga.grn_obj** first_args, int first_n_args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

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

Functions

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
uint 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.

Structs

_grn_window
struct _grn_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_definition
struct grn_window_definition
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta