groonga-d ~master (2021-11-05T15:06:01Z)
Home
Dub
Repo
_grn_window_definition
groonga_d
window_function
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
) nothrow @
nogc
struct
_grn_window_definition {
groonga_d
.
table
.
grn_table_sort_key
*
sort_keys
;
size_t
n_sort_keys
;
groonga_d
.
table
.
grn_table_sort_key
*
group_keys
;
size_t
n_group_keys
;
}
Members
Variables
group_keys
groonga_d
.
table
.
grn_table_sort_key
*
group_keys
;
Undocumented in source.
n_group_keys
size_t
n_group_keys
;
Undocumented in source.
n_sort_keys
size_t
n_sort_keys
;
Undocumented in source.
sort_keys
groonga_d
.
table
.
grn_table_sort_key
*
sort_keys
;
Undocumented in source.
Meta
Source
See Implementation
groonga_d
window_function
aliases
grn_window
grn_window_definition
grn_window_function_func
enums
GRN_WINDOW_DIRECTION_ASCENDING
grn_window_direction
functions
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_next
grn_window_rewind
grn_window_set_direction
structs
_grn_window
_grn_window_definition