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

Function IsADLSPath

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

Source from the content-addressed store, hash-verified

116}
117
118bool IsADLSPath(const char* path, bool check_default_fs) {
119 return IsSpecificPath(path, FILESYS_PREFIX_ADL, check_default_fs);
120}
121
122bool IsOSSPath(const char* path, bool check_default_fs) {
123 return IsSpecificPath(path, FILESYS_PREFIX_OSS, check_default_fs)

Callers 2

CreateNewTmpFileMethod · 0.85
AssignQueueMethod · 0.85

Calls 1

IsSpecificPathFunction · 0.85

Tested by

no test coverage detected