fn parse_bool(val: &str) -> bool
Parse boolean values in the same way Python cqlsh does: “true”, “yes”, “on”, “1” → true, everything else → false.