Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ GetFileSize
Method
GetFileSize
be/src/exec/tuple-text-file-reader.cc:46–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
int TupleTextFileReader::GetFileSize() const {
47
if (!reader_.is_open()) return TUPLE_TEXT_FILE_SIZE_ERROR;
48
return file_size_;
49
}
50
51
void TupleTextFileReader::Rewind() {
52
if (reader_.is_open()) {
Callers
3
ValidateAndOpenFile
Function · 0.45
CacheFileCmp
Function · 0.45
CloseFilesAndVerifySizes
Method · 0.45
Calls
1
is_open
Method · 0.45
Tested by
no test coverage detected