Module binary_copy

Module binary_copy 

Source
Expand description

Utilities for working with the openGauss binary copy format.

Structsยง

BinaryCopyInWriter
A type which serializes rows into the openGauss binary copy format.
BinaryCopyOutRow
A row of data parsed from a binary copy out stream.
BinaryCopyOutStream
A stream of rows deserialized from the openGauss binary copy format.