Skip to main content

parse_copy_header

Function parse_copy_header 

Source
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;”