split_statements

Function split_statements 

Source
pub fn split_statements(request: &StatementSplitRequest) -> StatementSplitResult
Expand 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).