20 Aggregate(
const std::string& operation,
const std::string& column) :
21 m_column(column), m_operation(operation) {};
25 const std::string m_column;
26 const std::string m_operation;
Aggregate clause in a selection of records.
Definition: aggregate.h:18
std::string toJSON()
Return the JSON payload for a where clause.
Definition: aggregate.cpp:21