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

Function encoded_len

arrow-row/src/fixed.rs:208–214  ·  view source on GitHub ↗

Returns the total encoded length (including null byte) for a value of type `T::Native`

(_col: &PrimitiveArray<T>)

Source from the content-addressed store, hash-verified

206
207/// Returns the total encoded length (including null byte) for a value of type `T::Native`
208pub const fn encoded_len<T>(_col: &PrimitiveArray<T>) -> usize
209where
210 T: ArrowPrimitiveType,
211 T::Native: FixedLengthEncoding,
212{
213 T::Native::ENCODED_LEN
214}
215
216/// Fixed width types are encoded as
217///

Callers 1

b64_encodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected