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

Method columns

arrow-array/src/record_batch.rs:637–639  ·  view source on GitHub ↗

Get a reference to all columns in the record batch.

(&self)

Source from the content-addressed store, hash-verified

635
636 /// Get a reference to all columns in the record batch.
637 pub fn columns(&self) -> &[ArrayRef] {
638 &self.columns[..]
639 }
640
641 /// Remove column by index and return it.
642 ///

Callers 15

create_nullable_structFunction · 0.45
test_create_batchFunction · 0.45
test_nullsFunction · 0.45
prepare_for_batchMethod · 0.45
try_newMethod · 0.45
prepareMethod · 0.45
create_tableFunction · 0.45
writeMethod · 0.45

Calls

no outgoing calls