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

Method FileGroup

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

Helper to get the TmpFileGroup that this file is associated with.

Source from the content-addressed store, hash-verified

106
107 /// Helper to get the TmpFileGroup that this file is associated with.
108 TmpFileGroup* FileGroup() const { return file_group_; }
109
110 /// Return the pointer of the disk file.
111 io::DiskFile* DiskFile() { return disk_file_.get(); }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected