pub fn decode_copy_input(
bytes: &[u8],
options: &CopyOptions,
expected_columns: &[String],
) -> Result<Vec<Vec<CopyInputField>>, SQLError>Expand description
Decode a complete text or CSV COPY stream into rows.
pub fn decode_copy_input(
bytes: &[u8],
options: &CopyOptions,
expected_columns: &[String],
) -> Result<Vec<Vec<CopyInputField>>, SQLError>Decode a complete text or CSV COPY stream into rows.