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

Function IsCosPath

be/src/util/hdfs-util.cc:133–135  ·  view source on GitHub ↗

o3fs and ofs uses the same transport implementation, so they should share the same thread pool.

Source from the content-addressed store, hash-verified

131// o3fs and ofs uses the same transport implementation, so they should share
132// the same thread pool.
133bool IsCosPath(const char* path, bool check_default_fs) {
134 return IsSpecificPath(path, FILESYS_PREFIX_COS, check_default_fs);
135}
136
137bool IsOzonePath(const char* path, bool check_default_fs) {
138 return IsSpecificPath(path, FILESYS_PREFIX_OZONE, check_default_fs)

Callers 2

CreateNewTmpFileMethod · 0.85
AssignQueueMethod · 0.85

Calls 1

IsSpecificPathFunction · 0.85

Tested by

no test coverage detected