this.operators = operators;
this.col = col;
for (final MultiInputOperator join : operators) {
join.setSucceedingOperator(new OperatorIDTuple(col, 0));
}
this.hashFun = new HashFunction();
this.threadList = new ArrayList<ParallelJoiner>(operators.size());
this.optional = optional;
}