strip_comments

Function strip_comments 

Source
fn strip_comments(input: &str) -> String
Expand 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.