| [ Web Proxy ] |
| Viewing: https://arrow.apache.org/docs/python/generated/pyarrow.fs.FileSystemHandler.html | [Back] [Original] |
Section Navigation
Bases: ABC
An abstract class exposing methods to implement PyFileSystems behavior.
Methods
|
|
|
Implement PyFileSystem.copy_file(...). |
|
Implement PyFileSystem.create_dir(...). |
|
Implement PyFileSystem.delete_dir(...). |
|
Implement PyFileSystem.delete_dir_contents(...). |
|
Implement PyFileSystem.delete_file(...). |
|
Implement PyFileSystem.delete_dir_contents("/", accept_root_dir=True). |
|
Implement PyFileSystem.get_file_info(paths). |
|
Implement PyFileSystem.get_file_info(selector). |
|
Implement PyFileSystem.type_name. |
|
Implement PyFileSystem.move(...). |
|
Implement PyFileSystem.normalize_path(...). |
|
Implement PyFileSystem.open_append_stream(...). |
|
Implement PyFileSystem.open_input_file(...). |
|
Implement PyFileSystem.open_input_stream(...). |
|
Implement PyFileSystem.open_output_stream(...). |
Implement PyFileSystem.copy_file().
Implement PyFileSystem.create_dir().
Implement PyFileSystem.delete_dir().
strpath of the directory.
Implement PyFileSystem.delete_dir_contents().
Implement PyFileSystem.delete_file().
strpath of the file.
Implement PyFileSystem.delete_dir_contents(/, accept_root_dir=True).
Implement PyFileSystem.get_file_info(paths).
Implement PyFileSystem.get_file_info(selector).
FileSelectorselector for which we want to retrieve the info.
Implement PyFileSystem.type_name.
Implement PyFileSystem.move().
Implement PyFileSystem.normalize_path().
strpath of what should be normalized.
Implement PyFileSystem.open_append_stream().
strpath of what should be opened.
Mapping of string keys to string values. Some filesystems support storing metadata along the file (such as Content-Type).
Implement PyFileSystem.open_input_file().
strpath of what should be opened.
FileSystemHandlerFileSystemHandler.__init__()FileSystemHandler.copy_file()FileSystemHandler.create_dir()FileSystemHandler.delete_dir()FileSystemHandler.delete_dir_contents()FileSystemHandler.delete_file()FileSystemHandler.delete_root_dir_contents()FileSystemHandler.get_file_info()FileSystemHandler.get_file_info_selector()FileSystemHandler.get_type_name()FileSystemHandler.move()FileSystemHandler.normalize_path()FileSystemHandler.open_append_stream()FileSystemHandler.open_input_file()FileSystemHandler.open_input_stream()FileSystemHandler.open_output_stream()
Copyright 2016-2026 Apache Software Foundation.
Apache Arrow, Arrow, Apache, the Apache logo, and the Apache Arrow project logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries.
Created using Sphinx 9.1.0.
Built with the PyData Sphinx Theme 0.20.0.
| Web Proxy Viewer | New URL | Original Page |