OmniSciDB
a5dc49c757
|
Enumerations | |
enum | AggFuncType { AggFuncType::MIN, AggFuncType::MAX, AggFuncType::SUM } |
Functions | |
template<AggFuncType AGG_FUNC_TYPE, typename AGG_TYPE > | |
AGG_TYPE | agg_func (AGG_TYPE const lhs, AGG_TYPE const rhs) |
|
strong |
Enumerator | |
---|---|
MIN | |
MAX | |
SUM |
Definition at line 832 of file RuntimeFunctions.cpp.
|
inline |
Definition at line 835 of file RuntimeFunctions.cpp.
Referenced by query_template().