Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ get_file_info
Method
get_file_info
python/pyarrow/tests/util.py:273–274 ·
view source on GitHub ↗
(self, paths)
Source
from the content-addressed store, hash-verified
271
return
self._fs.normalize_path(path)
272
273
def
get_file_info(self, paths):
274
return
self._fs.get_file_info(paths)
275
276
def
get_file_info_selector(self, selector):
277
return
self._fs.get_file_info(selector)
Callers
10
__init__
Method · 0.45
_get_common_pandas_metadata
Method · 0.45
read_table
Function · 0.45
GetFileInfo
Method · 0.45
test_make_fragment_with_size
Function · 0.45
test_open_dataset_from_fileinfos
Function · 0.45
get_file_info_selector
Method · 0.45
_visit_level
Function · 0.45
_test_write_to_dataset_no_partitions
Function · 0.45
test_writer_props_max_rows_per_page_file_size
Function · 0.45
Calls
no outgoing calls
Tested by
5
test_make_fragment_with_size
Function · 0.36
test_open_dataset_from_fileinfos
Function · 0.36
_visit_level
Function · 0.36
_test_write_to_dataset_no_partitions
Function · 0.36
test_writer_props_max_rows_per_page_file_size
Function · 0.36