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

Function garrow_file_system_get_raw

c_glib/arrow-glib/file-system.cpp:1619–1624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1617}
1618
1619std::shared_ptr<arrow::fs::FileSystem>
1620garrow_file_system_get_raw(GArrowFileSystem *file_system)
1621{
1622 auto priv = GARROW_FILE_SYSTEM_GET_PRIVATE(file_system);
1623 return priv->file_system;
1624}
1625
1626GArrowSubTreeFileSystem *
1627garrow_sub_tree_file_system_new_raw(

Calls

no outgoing calls

Tested by

no test coverage detected