union static method

SegmentList union(
  1. SegmentList segments,
  2. BuildLog buildLog
)

Implementation

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