mz_
pgcopy
0.0.0
All Items
Modules
Structs
Enums
Functions
Crate
mz_pgcopy
Copy item path
source
·
[
−
]
Expand description
Encoding and decoding for PostgreSQL COPY data format
§
Useful references
PostgreSQL COPY
Modules
§
copy
🔒
Structs
§
Copy
CsvFormat
Params
Copy
Text
Format
Params
Copy
Text
Format
Parser
Proto
Copy
CsvFormat
Params
Proto
Copy
Format
Params
Proto
Copy
Text
Format
Params
Enums
§
Copy
Format
Params
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