pub fn parse_copy_to(input: &str) -> Result<CopyToCommand>Expand description
Parse a COPY ... TO ... statement.
Format: COPY [ks.]table [(col1, col2)] TO 'filename'|STDOUT [WITH opt=val AND ...]
pub fn parse_copy_to(input: &str) -> Result<CopyToCommand>Parse a COPY ... TO ... statement.
Format: COPY [ks.]table [(col1, col2)] TO 'filename'|STDOUT [WITH opt=val AND ...]