MCPcopy 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
46int TupleTextFileReader::GetFileSize() const {
47 if (!reader_.is_open()) return TUPLE_TEXT_FILE_SIZE_ERROR;
48 return file_size_;
49}
50
51void TupleTextFileReader::Rewind() {
52 if (reader_.is_open()) {

Callers 3

ValidateAndOpenFileFunction · 0.45
CacheFileCmpFunction · 0.45

Calls 1

is_openMethod · 0.45

Tested by

no test coverage detected