#This is the primary operator that is tested
PrimaryOperator: Relation Aggregator

#This is the operator which gives input to the primary operator
InputOperator: Time Based Window

#Text description of what aspect is being tested, the operator configuration, etc.
#If more than one test exists per cell, use AspectDesc.1, AspectDesc.2, etc

AspectDesc.0: Testing Relation Aggregator where different data types are used in an expression, sql code and group by, then calculated for output. Relation Aggregator is then linked to Relation Stream then Stream Output.

AspectDesc.1: Relation Aggregator calculates MAX, MIN, AVG for integer and bigint; COUNT for integer; no where clause; group by varchar (LastName).

AspectDesc.2: Relation Aggregator calculates MAX, MIN, SUM for double; MIN, MAX, COUNT for date; MIN for timestamp; no where clause; group by varchar (LastName).

AspectDesc.3: Relation Aggregator calculates SUM for integer, double and bigint; COUNT for varchar; no where clause; group by varchar (MiddleInit).

