#This is the primary operator that is tested
PrimaryOperator: Partitioned Window

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

#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 Partitioned Window where input comes from TupleBasedAggregator. Partitioned Window is then linked to Relation Output.

AspectDesc.1: Partitioned Window size is set to 1 and partition key is a varchar (LastName).

AspectDesc.2: Partitioned Window size is set to 1 and partition key is a varchar (MiddleInit).


