MCPcopy Create free account
hub / github.com/adriangb/pgpq / ArrowToPostgresBinaryEncoder

Class ArrowToPostgresBinaryEncoder

core/src/lib.rs:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 Created,
25 /// The header has been written; batches and then the footer may follow.
26 Encoding,
27 /// The footer has been written; nothing more may be encoded.
28 Finished,
29}
30
31impl std::fmt::Display for EncoderState {
32 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
33 let name = match self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected