Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ close
Method
close
python/pyarrow/parquet/core.py:428–430 ·
view source on GitHub ↗
(self, force: bool = False)
Source
from the content-addressed store, hash-verified
426
return
self.reader.num_row_groups
427
428
def
close(self, force: bool = False):
429
if
self._close_source or force:
430
self.reader.close()
431
432
@property
433
def
closed(self) -> bool:
Callers
3
__exit__
Method · 0.95
test_parquet_file_with_filesystem
Function · 0.95
close
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_parquet_file_with_filesystem
Function · 0.76