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

Method eof

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

If true, the stream has reached the end of the file. After this is true, any Read*()/Get*()/Skip*() methods will not succeed.

Source from the content-addressed store, hash-verified

151 /// If true, the stream has reached the end of the file. After this is true, any
152 /// Read*()/Get*()/Skip*() methods will not succeed.
153 bool eof() const { return file_offset() == file_len_; }
154
155 const char* filename() { return scan_range_->file(); }
156 const io::ScanRange* scan_range() { return scan_range_; }

Callers 15

LoadZoneAliasesMethod · 0.80
GetNextInternalMethod · 0.80
ReadSyncMethod · 0.80
SkipToSyncMethod · 0.80
GetNextMethod · 0.80
ProcessRangeMethod · 0.80
ProcessRangeMethod · 0.80
GetNextBufferMethod · 0.80
FinishScanRangeMethod · 0.80
mainFunction · 0.80
InitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected