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

Method bytes_left

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

Return the number of bytes left in the range for this stream.

Source from the content-addressed store, hash-verified

140
141 /// Return the number of bytes left in the range for this stream.
142 int64_t bytes_left() { return scan_range_->bytes_to_read() - total_bytes_returned_; }
143
144 /// If true, all bytes in this scan range have been returned from this ScannerContext
145 /// to callers or we hit eof before reaching the end of the scan range. Callers can

Callers 5

CloseMethod · 0.45
SkipToSyncMethod · 0.45
IsInFooterRangeMethod · 0.45
readMethod · 0.45
ReadFooterStreamMethod · 0.45

Calls 1

bytes_to_readMethod · 0.80

Tested by

no test coverage detected