6970717273747576777879
throw new IllegalArgumentException("Too many outer join descriptors found"); } if (numStreams == 2) { OuterJoinType outerJoinType = null; if (!outerJoinDescList.isEmpty()) { outerJoinType = outerJoinDescList.get(0).getOuterJoinType(); }
7273747576777879808182
throw new IllegalArgumentException("Too many outer join descriptors found"); } if (numStreams == 2) { OuterJoinType outerJoinType = null; if (outerJoinDescList.length > 0) { outerJoinType = outerJoinDescList[0].getOuterJoinType(); }