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

Method InitCustom

be/src/runtime/tmp-file-mgr.cc:203–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203Status TmpFileMgr::InitCustom(const string& tmp_dirs_spec, bool one_dir_per_device,
204 const string& compression_codec, bool punch_holes, MetricGroup* metrics) {
205 vector<string> all_tmp_dirs;
206 // Empty string should be interpreted as no scratch
207 if (!tmp_dirs_spec.empty()) {
208 split(all_tmp_dirs, tmp_dirs_spec, is_any_of(","), token_compress_on);
209 }
210 return InitCustom(
211 all_tmp_dirs, one_dir_per_device, compression_codec, punch_holes, metrics);
212}
213
214Status TmpFileMgr::InitCustom(const vector<string>& tmp_dir_specifiers,
215 bool one_dir_per_device, const string& compression_codec, bool punch_holes,

Callers 9

InitMethod · 0.80
CreateTmpFileMgrMethod · 0.80
TEST_FFunction · 0.80
TestScratchLimitMethod · 0.80
TestDirectoryLimitsMethod · 0.80
NewRemoteFileGroupMethod · 0.80

Calls 15

SubstituteFunction · 0.85
IsHdfsPathFunction · 0.85
IsOzonePathFunction · 0.85
IsS3APathFunction · 0.85
IsGcsPathFunction · 0.85
moveFunction · 0.85
sortFunction · 0.85
PrintBytesFunction · 0.85
joinFunction · 0.85
OKFunction · 0.85
GetDetailMethod · 0.80
SetUpReadBufferParamsMethod · 0.80

Tested by 9

InitMethod · 0.64
CreateTmpFileMgrMethod · 0.64
TEST_FFunction · 0.64
TestScratchLimitMethod · 0.64
TestDirectoryLimitsMethod · 0.64
NewRemoteFileGroupMethod · 0.64