pub fn find_operator_positions(sql: &str, op: &str) -> Vec<usize>
Return the byte positions (relative to the start of sql) of every occurrence of op that falls inside a Text segment.
sql
op
Text