union static method
Implementation
static SegmentList union(SegmentList segments, BuildLog buildLog) {
return select(segments, union_select_table, buildLog);
}
static SegmentList union(SegmentList segments, BuildLog buildLog) {
return select(segments, union_select_table, buildLog);
}