#This is the primary operator that is tested
PrimaryOperator: GapWindow

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

#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: Tuple based window is used as input to InsertStream , size set to 1 so every event that gets added will be moved to insert stream causing insert stream to pick up events as they arrive and gap can be identified in Insert Stream. parentID as partition and id as sort key .