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

Method seek

arrow-csv/src/reader/mod.rs:2623–2625  ·  view source on GitHub ↗
(&mut self, pos: SeekFrom)

Source from the content-addressed store, hash-verified

2621
2622 impl<R: Seek> Seek for InstrumentedRead<R> {
2623 fn seek(&mut self, pos: SeekFrom) -> std::io::Result<u64> {
2624 self.r.seek(pos)
2625 }
2626 }
2627
2628 impl<R: BufRead> Read for InstrumentedRead<R> {

Callers 12

get_bytesMethod · 0.80
mainFunction · 0.80
fetch_suffixMethod · 0.80
get_bytesMethod · 0.80
get_readMethod · 0.80
get_bytesMethod · 0.80
read_rangeFunction · 0.80
read_suffixFunction · 0.80
putMethod · 0.80
takeMethod · 0.80
read_blockFunction · 0.80
buildMethod · 0.80

Calls

no outgoing calls

Tested by 2

putMethod · 0.64
takeMethod · 0.64