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

Method disk_id

be/src/runtime/tmp-file-mgr-internal.h:90–94  ·  view source on GitHub ↗

Returns the disk id of the temporary file.

Source from the content-addressed store, hash-verified

88
89 /// Returns the disk id of the temporary file.
90 virtual int disk_id(bool is_file_op = false) const {
91 // The disk id for file operations should only be supported in TmpFileRemote.
92 DCHECK(!is_file_op);
93 return disk_id_;
94 }
95
96 /// Returns if the temporary file is in local file system.
97 bool is_local() { return expected_local_; }

Callers 3

ReadAsyncMethod · 0.45
WriteCompleteMethod · 0.45
DebugStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected