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

‍helper struct for aggregates

More...

Collaboration diagram for aggregate_info_t:
[legend]

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
 

Detailed Description

‍helper struct for aggregates

Definition at line 802 of file WasmOperator.cpp.

Field Documentation

◆ args

const std::vector<std::unique_ptr<ast::Expr> >& aggregate_info_t::args

aggregate arguments

Definition at line 806 of file WasmOperator.cpp.

◆ entry

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().

◆ fnid

m::Function::fnid_t aggregate_info_t::fnid

aggregate function

Definition at line 805 of file WasmOperator.cpp.


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