fn strip_comments(input: &str) -> StringExpand description
Strip comments from a CQL fragment (used on extracted statements).
Delegates to the unified CQL lexer for context-aware comment stripping. Handles nested block comments and preserves content inside string literals.