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

Method columns

arrow-array/src/array/struct_array.rs:295–297  ·  view source on GitHub ↗

Returns the fields of the struct array

(&self)

Source from the content-addressed store, hash-verified

293
294 /// Returns the fields of the struct array
295 pub fn columns(&self) -> &[ArrayRef] {
296 &self.fields
297 }
298
299 /// Return field names in this struct array
300 pub fn column_names(&self) -> Vec<&str> {

Callers 2

try_newMethod · 0.45
fromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected