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

Method GetFileWriter

be/src/runtime/io/disk-file.h:299–299  ·  view source on GitHub ↗

Return the writer of the file.

Source from the content-addressed store, hash-verified

297
298 /// Return the writer of the file.
299 io::FileWriter* GetFileWriter() { return file_writer_.get(); }
300
301 /// Getter and setter for space reserved flag.
302 void SetSpaceReserved() { space_reserved_.Store(true); }

Callers 1

DoWriteMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected