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

Method buffers

arrow-data/src/data.rs:413–415  ·  view source on GitHub ↗

Returns the [`Buffer`] storing data for this [`ArrayData`]

(&self)

Source from the content-addressed store, hash-verified

411
412 /// Returns the [`Buffer`] storing data for this [`ArrayData`]
413 pub fn buffers(&self) -> &[Buffer] {
414 &self.buffers
415 }
416
417 /// Returns a slice of children [`ArrayData`]. This will be non
418 /// empty for type such as lists and structs.

Callers 15

cast_byte_containerFunction · 0.45
take_list_viewFunction · 0.45
readMethod · 0.45
spill_valuesMethod · 0.45
newMethod · 0.45
bufferMethod · 0.45
new_nullMethod · 0.45
variable_sized_equalFunction · 0.45
fixed_binary_equalFunction · 0.45

Calls

no outgoing calls