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

#This is the operator which gives input to the primary operator
InputOperator: Intersect

#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 Output and Relation Stream then Stream Output.

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

