Go to the source code of this file.
|
| GRN_API grn_window_function_executor * | grn_window_function_executor_open (grn_ctx *ctx) |
| |
| GRN_API grn_rc | grn_window_function_executor_close (grn_ctx *ctx, grn_window_function_executor *executor) |
| |
| GRN_API grn_rc | grn_window_function_executor_set_tag (grn_ctx *ctx, grn_window_function_executor *executor, const char *tag, size_t tag_size) |
| |
| GRN_API grn_rc | grn_window_function_executor_add_table (grn_ctx *ctx, grn_window_function_executor *executor, grn_obj *table) |
| |
| GRN_API grn_rc | grn_window_function_executor_add_context_table (grn_ctx *ctx, grn_window_function_executor *executor, grn_obj *table) |
| |
| GRN_API grn_rc | grn_window_function_executor_set_source (grn_ctx *ctx, grn_window_function_executor *executor, const char *source, size_t source_size) |
| |
| GRN_API grn_rc | grn_window_function_executor_set_sort_keys (grn_ctx *ctx, grn_window_function_executor *executor, const char *sort_keys, size_t sort_keys_size) |
| |
| GRN_API grn_rc | grn_window_function_executor_set_group_keys (grn_ctx *ctx, grn_window_function_executor *executor, const char *group_keys, size_t group_keys_size) |
| |
| GRN_API grn_rc | grn_window_function_executor_set_output_column_name (grn_ctx *ctx, grn_window_function_executor *executor, const char *name, size_t name_size) |
| |
| GRN_API grn_rc | grn_window_function_executor_execute (grn_ctx *ctx, grn_window_function_executor *executor) |
| |
◆ grn_window_function_executor
◆ grn_window_function_executor_add_context_table()
◆ grn_window_function_executor_add_table()
◆ grn_window_function_executor_close()
◆ grn_window_function_executor_execute()
◆ grn_window_function_executor_open()
◆ grn_window_function_executor_set_group_keys()
◆ grn_window_function_executor_set_output_column_name()
◆ grn_window_function_executor_set_sort_keys()
◆ grn_window_function_executor_set_source()
◆ grn_window_function_executor_set_tag()