pub fn split_statements(request: &StatementSplitRequest) -> StatementSplitResultExpand description
Split SQL into statement spans.
Note: The dialect field in the request is reserved for future dialect-specific
splitting behavior. The current implementation uses a universal tokenizer that
handles common SQL constructs (strings, comments, dollar-quoting).