OpenM++ runtime library (libopenm)
openm::AggregationColumnExpr Struct Reference

column aggregation expression More...

#include <modelExpressionSql.h>

Public Member Functions

 AggregationColumnExpr (const string &i_colName, const string &i_srcExpr)
 
 AggregationColumnExpr (const string &i_srcExpr)
 

Public Attributes

string colName
 column name, ie: ex2
 
string srcExpr
 source expression, ie: OM_AVG(acc0)
 
string sqlExpr
 sql expresiion, ie: AVG(M2.acc0)
 

Static Public Attributes

static int nextExprNumber = 1
 number of aggregation epxpressions
 

Detailed Description

column aggregation expression


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