Skip to main content

parse_postgres_copy_rows

Function parse_postgres_copy_rows 

Source
pub fn parse_postgres_copy_rows(
    data: &[u8],
    schema: &TableSchema,
    column_order: Vec<String>,
) -> Result<Vec<ParsedCopyRow>>
Expand description

Parse all rows from a PostgreSQL COPY data block