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

#This is the operator which gives input to the primary operator
InputOperator: Tuple 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 MIN, MAX, AVG, SUM and COUNT for integer; no where clause; group by varchar (LastName).
