MCPcopy 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
156size_t TupleFileWriter::BytesWritten() const {
157 DCHECK(tmp_file_ != nullptr);
158 return tmp_file_->Size();
159}
160
161std::string TupleFileWriter::TempPath() const {
162 return path_ + temp_suffix_;

Callers 2

GetNextMethod · 0.45
TEST_FFunction · 0.45

Calls 1

SizeMethod · 0.45

Tested by 1

TEST_FFunction · 0.36