Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ BytesWritten
Method
BytesWritten
be/src/exec/tuple-file-writer.cc:156–159 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
154
}
155
156
size_t TupleFileWriter::BytesWritten() const {
157
DCHECK(tmp_file_ != nullptr);
158
return tmp_file_->Size();
159
}
160
161
std::string TupleFileWriter::TempPath() const {
162
return path_ + temp_suffix_;
Callers
2
GetNext
Method · 0.45
TEST_F
Function · 0.45
Calls
1
Size
Method · 0.45
Tested by
1
TEST_F
Function · 0.36