MCPcopy Create free account
hub / github.com/apache/arrow-rs / decode

Method decode

arrow-row/src/fixed.rs:64–66  ·  view source on GitHub ↗
(encoded: Self::Encoded)

Source from the content-addressed store, hash-verified

62 }
63
64 fn decode(encoded: Self::Encoded) -> Self {
65 encoded[0] != 0
66 }
67}
68
69macro_rules! encode_signed {

Callers

nothing calls this directly

Calls 1

decodeFunction · 0.70

Tested by

no test coverage detected