Skip to main content

decode_copy_text_row

Function decode_copy_text_row 

Source
pub fn decode_copy_text_row(line: &str) -> Vec<Option<String>>
Expand description

Decode one COPY text-format data row: tab-separated cells, \N = NULL, C-style backslash escapes.