![]() |
mutable
A Database System for Research and Fast Prototyping
|
More...helper struct for aggregates
Data Fields | |
Schema::entry_type | entry |
aggregate entry consisting of identifier, type, and constraints | |
m::Function::fnid_t | fnid |
aggregate function | |
const std::vector< std::unique_ptr< ast::Expr > > & | args |
aggregate arguments | |
helper struct for aggregates
Definition at line 802 of file WasmOperator.cpp.
const std::vector<std::unique_ptr<ast::Expr> >& aggregate_info_t::args |
aggregate arguments
Definition at line 806 of file WasmOperator.cpp.
Schema::entry_type aggregate_info_t::entry |
aggregate entry consisting of identifier, type, and constraints
Definition at line 804 of file WasmOperator.cpp.
Referenced by compute_aggregate_info().
m::Function::fnid_t aggregate_info_t::fnid |
aggregate function
Definition at line 805 of file WasmOperator.cpp.