ConcreteCall operationCall = new ConcreteCall( argumentsArray[ 0 ].getFields() );
operationCall.setGroup( group );
buffer.prepare( FlowProcess.NULL, operationCall );
TupleListCollector collector = new TupleListCollector( resultFields, true );
operationCall.setOutputCollector( collector );
operationCall.setArgumentsIterator( Arrays.asList( argumentsArray ).iterator() );
buffer.operate( FlowProcess.NULL, operationCall );