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

Method read_records

parquet/src/arrow/array_reader/map_array.rs:92–94  ·  view source on GitHub ↗
(&mut self, batch_size: usize)

Source from the content-addressed store, hash-verified

90 }
91
92 fn read_records(&mut self, batch_size: usize) -> Result<usize> {
93 self.reader.read_records(batch_size)
94 }
95
96 fn consume_batch(&mut self) -> Result<ArrayRef> {
97 // A MapArray is just a ListArray with a StructArray child

Callers 3

next_innerMethod · 0.45
next_batchMethod · 0.45
read_recordsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected