// correlation column, to fill in eqOuterCols properly. We don't care
// about eqOuterCols, so just create a zero-length array, pretending
// that all columns are correlation columns.
int[] tableNumbers = new int[0];
JBitSet[] tableColMap = new JBitSet[1];
tableColMap[0] = new JBitSet(numColumns + 1);
pl.checkTopPredicatesForEqualsConditions(tableNumber,
null,
tableNumbers,
tableColMap,