MCPcopy Create free account
hub / github.com/apache/arrow / extension

Method extension

cpp/src/arrow/filesystem/filesystem.cc:128–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128std::string FileInfo::extension() const {
129 return internal::GetAbstractPathExtension(path_);
130}
131
132//////////////////////////////////////////////////////////////////////////
133// FileSystem default method implementations

Callers 4

TestFileInfoClass · 0.80
fs___FileInfo__extensionFunction · 0.80

Calls 1

GetAbstractPathExtensionFunction · 0.85

Tested by

no test coverage detected