![]() |
mutable
A Database System for Research and Fast Prototyping
|
More...helper struct for AVG aggregates
Data Fields | |
Schema::Identifier | running_count |
identifier of running count | |
Schema::Identifier | sum |
potential identifier for sum (only set if AVG is computed once at the end) | |
bool | compute_running_avg |
flag whether running AVG must be computed instead of one computation at the end | |
helper struct for AVG aggregates
Definition at line 810 of file WasmOperator.cpp.
bool avg_aggregate_info_t::compute_running_avg |
flag whether running AVG must be computed instead of one computation at the end
Definition at line 814 of file WasmOperator.cpp.
Schema::Identifier avg_aggregate_info_t::running_count |
identifier of running count
Definition at line 812 of file WasmOperator.cpp.
Schema::Identifier avg_aggregate_info_t::sum |
potential identifier for sum (only set if AVG is computed once at the end)
Definition at line 813 of file WasmOperator.cpp.