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

Method consume

arrow-csv/src/reader/mod.rs:2642–2644  ·  view source on GitHub ↗
(&mut self, amt: usize)

Source from the content-addressed store, hash-verified

2640 }
2641
2642 fn consume(&mut self, amt: usize) {
2643 self.r.consume(amt)
2644 }
2645 }
2646
2647 #[test]

Callers 2

readMethod · 0.45
test_basicFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_basicFunction · 0.36