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

Method offsets

arrow-array/src/array/map_array.rs:157–159  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

155 /// allowing for zero-copy cloning
156 #[inline]
157 pub fn offsets(&self) -> &OffsetBuffer<i32> {
158 &self.value_offsets
159 }
160
161 /// Returns a reference to the keys of this map
162 pub fn keys(&self) -> &ArrayRef {

Callers 2

append_arrayMethod · 0.45
fromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected