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

Method remaining

parquet/src/arrow/decoder/delta_byte_array.rs:70–72  ·  view source on GitHub ↗

Returns the number of values remaining

(&self)

Source from the content-addressed store, hash-verified

68
69 /// Returns the number of values remaining
70 pub fn remaining(&self) -> usize {
71 self.prefix_lengths.len() - self.length_offset
72 }
73
74 /// Read up to `len` values, returning the number of values read
75 /// and calling `f` with each decoded byte slice

Callers 4

readMethod · 0.80
readMethod · 0.80
readMethod · 0.80
readMethod · 0.80

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected