setOp property

String? setOp
final

Optional set-operation chain (UNION / UNION ALL / EXCEPT / INTERSECT). When present, this SELECT's result is combined with setOpRight.

Implementation

final String? setOp;