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

Function IsGcsPath

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

Source from the content-addressed store, hash-verified

125}
126
127bool IsGcsPath(const char* path, bool check_default_fs) {
128 return IsSpecificPath(path, FILESYS_PREFIX_GCS, check_default_fs);
129}
130
131// o3fs and ofs uses the same transport implementation, so they should share
132// the same thread pool.

Callers 3

CreateNewTmpFileMethod · 0.85
InitCustomMethod · 0.85
AssignQueueMethod · 0.85

Calls 1

IsSpecificPathFunction · 0.85

Tested by

no test coverage detected