MCPcopy Create free account
hub / github.com/apache/datafusion / abs_pos

Method abs_pos

datafusion/datasource-json/src/boundary_stream.rs:211–213  ·  view source on GitHub ↗

Current absolute position in the file.

(&self)

Source from the content-addressed store, hash-verified

209
210 /// Current absolute position in the file.
211 fn abs_pos(&self) -> u64 {
212 self.fetch_start + self.bytes_consumed
213 }
214}
215
216impl Stream for AlignedBoundaryStream {

Callers 1

poll_nextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected