mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
Data Fields
avg_aggregate_info_t Struct Reference

‍helper struct for AVG aggregates

More...

Collaboration diagram for avg_aggregate_info_t:
[legend]

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
 

Detailed Description

‍helper struct for AVG aggregates

Definition at line 810 of file WasmOperator.cpp.

Field Documentation

◆ compute_running_avg

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.

◆ running_count

Schema::Identifier avg_aggregate_info_t::running_count

identifier of running count

Definition at line 812 of file WasmOperator.cpp.

◆ sum

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.


The documentation for this struct was generated from the following file: