pub fn validate_csv_schema(schema: &Schema) -> Result<()>Expand description
Reject types that cannot be represented losslessly in CSV. All four binary
flavors are accepted under any --binary-format: the value is rendered as
hex, base64, or the literal “BINARY_DATA” placeholder.