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

Method values

arrow-array/src/array/primitive_array.rs:725–727  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

723 /// Returns the values of this array
724 #[inline]
725 pub fn values(&self) -> &ScalarBuffer<T::Native> {
726 &self.values
727 }
728
729 /// Returns a new primitive array builder
730 pub fn builder(capacity: usize) -> PrimitiveBuilder<T> {

Callers 1

unaryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected