pub fn parse_query_file(input: &str) -> IResult<&str, Vec<Query>>Expand description
Parse a file that can contain multiple CQL queries. The queries are separated by a semicolon. There may be an indeterminate number of newlines between the semicolon and the next query.