Go to the source code of this file.
|
| GRN_API grn_id | grn_window_next (grn_ctx *ctx, grn_window *window) |
| |
| GRN_API grn_rc | grn_window_rewind (grn_ctx *ctx, grn_window *window) |
| |
| GRN_API grn_rc | grn_window_set_direction (grn_ctx *ctx, grn_window *window, grn_window_direction direction) |
| |
| GRN_API grn_obj * | grn_window_get_table (grn_ctx *ctx, grn_window *window) |
| |
| GRN_API bool | grn_window_is_context_table (grn_ctx *ctx, grn_window *window) |
| |
| GRN_API grn_obj * | grn_window_get_output_column (grn_ctx *ctx, grn_window *window) |
| |
| GRN_API size_t | grn_window_get_n_arguments (grn_ctx *ctx, grn_window *window) |
| |
| GRN_API grn_obj * | grn_window_get_argument (grn_ctx *ctx, grn_window *window, size_t i) |
| |
| GRN_API bool | grn_window_is_sorted (grn_ctx *ctx, grn_window *window) |
| |
| GRN_API bool | grn_window_is_value_changed (grn_ctx *ctx, grn_window *window) |
| |
| GRN_API size_t | grn_window_get_size (grn_ctx *ctx, grn_window *window) |
| |
| GRN_API grn_obj * | grn_window_function_create (grn_ctx *ctx, const char *name, int name_size, grn_window_function_func *func) |
| |
| GRN_API grn_rc | grn_table_apply_window_function (grn_ctx *ctx, grn_obj *table, grn_obj *output_column, grn_window_definition *definition, grn_obj *window_function_call) |
| |
◆ grn_window
◆ grn_window_definition
◆ grn_window_function_func
◆ grn_window_direction
| Enumerator |
|---|
| GRN_WINDOW_DIRECTION_ASCENDING | |
| GRN_WINDOW_DIRECTION_DESCENDING | |
◆ grn_table_apply_window_function()
◆ grn_window_function_create()
◆ grn_window_get_argument()
◆ grn_window_get_n_arguments()
◆ grn_window_get_output_column()
◆ grn_window_get_size()
◆ grn_window_get_table()
◆ grn_window_is_context_table()
◆ grn_window_is_sorted()
◆ grn_window_is_value_changed()
◆ grn_window_next()
◆ grn_window_rewind()
◆ grn_window_set_direction()