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

Method into_buffer

parquet/src/arrow/array_reader/primitive_array.rs:58–60  ·  view source on GitHub ↗
(self, _target_type: &ArrowType)

Source from the content-addressed store, hash-verified

56
57impl IntoBuffer for Vec<bool> {
58 fn into_buffer(self, _target_type: &ArrowType) -> Buffer {
59 BooleanBuffer::from_iter(self).into_inner()
60 }
61}
62
63impl IntoBuffer for Vec<Int96> {

Callers 1

consume_batchMethod · 0.45

Calls 9

to_secondsMethod · 0.80
to_millisMethod · 0.80
to_microsMethod · 0.80
to_nanosMethod · 0.80
from_iterFunction · 0.50
into_innerMethod · 0.45
lenMethod · 0.45
extendMethod · 0.45
iterMethod · 0.45

Tested by

no test coverage detected