Module copy

Source

Modulesยง

proto_copy_format_params
Nested message and enum types in ProtoCopyFormatParams.

Structsยง

CopyCsvFormatParams
CopyTextFormatParams
CopyTextFormatParser
ProtoCopyCsvFormatParams
ProtoCopyFormatParams
ProtoCopyParquetFormatParams
ProtoCopyTextFormatParams
RawIterator

Enumsยง

CopyFormatParams

Staticsยง

END_OF_COPY_MARKER ๐Ÿ”’

Functionsยง

decode_copy_format
Decodes the given bytes into Row-s based on the given CopyFormatParams.
decode_copy_format_csv
decode_copy_format_text
encode_copy_format
Encodes the given Row into bytes based on the given CopyFormatParams.
encode_copy_format_header
encode_copy_row_binary ๐Ÿ”’
encode_copy_row_csv ๐Ÿ”’
encode_copy_row_text ๐Ÿ”’