Builder for set operations (UNION, INTERSECT, EXCEPT) with optional ORDER BY, LIMIT, and OFFSET.
Return the Expression AST as a plain JS object.
Free the underlying WASM handle.
Set the LIMIT.
Set the OFFSET.
Set the ORDER BY clause.
Generate SQL string. Defaults to generic dialect.
Builder for set operations (UNION, INTERSECT, EXCEPT) with optional ORDER BY, LIMIT, and OFFSET.