pub fn parse_copy_header(stmt: &str) -> Option<CopyHeader>Expand description
Parse a COPY header to extract table and columns Input: “COPY schema.table (col1, col2) FROM stdin;”
pub fn parse_copy_header(stmt: &str) -> Option<CopyHeader>Parse a COPY header to extract table and columns Input: “COPY schema.table (col1, col2) FROM stdin;”