MCPcopy Create free account
hub / github.com/apache/impala / file_offset

Method file_offset

be/src/exec/scanner-context.h:161–161  ·  view source on GitHub ↗

Returns the buffer's current offset in the file.

Source from the content-addressed store, hash-verified

159
160 /// Returns the buffer's current offset in the file.
161 int64_t file_offset() const { return scan_range_->offset() + total_bytes_returned_; }
162
163 /// Returns the total number of bytes returned
164 int64_t total_bytes_returned() { return total_bytes_returned_; }

Callers 15

OpenMethod · 0.80
GetNextInternalMethod · 0.80
ReadSyncMethod · 0.80
SkipToSyncMethod · 0.80
DecompressStreamMethod · 0.80
LogRowParseErrorMethod · 0.80
ReadBlockHeaderMethod · 0.80
ReadRowGroupHeaderMethod · 0.80
NextFieldMethod · 0.80
SetDictDecodeErrorMethod · 0.80
SetPlainDecodeErrorMethod · 0.80

Calls 1

offsetMethod · 0.45

Tested by

no test coverage detected