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

Method GetFileSystemClient

cpp/src/arrow/filesystem/azurefs.cc:1770–1773  ·  view source on GitHub ↗

\param container_name Also known as "filesystem" in the ADLS Gen2 API.

Source from the content-addressed store, hash-verified

1768
1769 /// \param container_name Also known as "filesystem" in the ADLS Gen2 API.
1770 DataLake::DataLakeFileSystemClient GetFileSystemClient(
1771 const std::string& container_name) {
1772 return datalake_service_client_->GetFileSystemClient(container_name);
1773 }
1774
1775 /// \brief Memoized version of CheckIfHierarchicalNamespaceIsEnabled.
1776 ///

Callers 10

CreateDirMethod · 0.80
DeleteDirMethod · 0.80
DeleteDirContentsMethod · 0.80
DeleteFileMethod · 0.80
TestFromUriAbfsMethod · 0.80
TestMovePathFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls