return new TezGroupByGate( flowProcess, element, IORole.sink, findLogicalOutput( element ) );
}
protected Gate createSourceGroupByGate( GroupBy element )
{
return new TezGroupByGate( flowProcess, element, IORole.source, createInputMap( element ) );
}