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

Function decode_binary_view

arrow-row/src/variable.rs:397–399  ·  view source on GitHub ↗

Decodes a binary view array from `rows` with the provided `options`

(rows: &mut [&[u8]], options: SortOptions)

Source from the content-addressed store, hash-verified

395
396/// Decodes a binary view array from `rows` with the provided `options`
397pub fn decode_binary_view(rows: &mut [&[u8]], options: SortOptions) -> BinaryViewArray {
398 decode_binary_view_inner(rows, options, false)
399}
400
401/// Decodes a string array from `rows` with the provided `options`
402///

Callers

nothing calls this directly

Calls 1

decode_binary_view_innerFunction · 0.85

Tested by

no test coverage detected