Crate mz_pgcopy

Source
Expand description

Encoding and decoding for PostgreSQL COPY data format

§Useful references

Modules§

copy 🔒

Structs§

CopyCsvFormatParams
CopyTextFormatParams
CopyTextFormatParser
ProtoCopyCsvFormatParams
ProtoCopyFormatParams
ProtoCopyTextFormatParams

Enums§

CopyFormatParams

Functions§

decode_copy_format
Decodes the given bytes into Row-s based on the given CopyFormatParams.
encode_copy_format
Encodes the given Row into bytes based on the given CopyFormatParams.
encode_copy_format_header