Functions for splitting SQL queries on UNION and UNION ALL keywords while preserving original case.
pub fn split(sql: String) -> List(String)
Split SQL query on UNION and UNION ALL keywords, returning a list of individual query parts.