Structsยง
- Copy
CsvFormat Params - Copy
Text Format Params - Copy
Text Format Parser - Decoded
Field ๐ - One field decoded out of a CSV record by
decode_copy_format_csv:start..endindexes into the per-recordoutputbuffer (csv-core unquotes/unescapes into that buffer), andquotedrecords whether the fieldโs first input byte was the quote character. The quote flag is what distinguishes a literal""(quoted empty string) from an unquoted empty field (the default NULL marker), and a quoted"\."data row from the bare\.end-of-copy marker. - RawIterator
Enumsยง
Staticsยง
- END_
OF_ ๐COPY_ MARKER
Functionsยง
- decode_
copy_ format - Decodes the given bytes into
Row-s based on the givenCopyFormatParams. - decode_
copy_ format_ csv - decode_
copy_ format_ text - encode_
copy_ format - Encodes the given
Rowinto bytes based on the givenCopyFormatParams. - encode_
copy_ format_ header - encode_
copy_ ๐row_ binary - encode_
copy_ ๐row_ csv - encode_
copy_ ๐row_ text