Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ close
Method
close
python/pyarrow/parquet/core.py:431–433 ·
view source on GitHub ↗
(self, force: bool = False)
Source
from the content-addressed store, hash-verified
429
return
self.reader.num_row_groups
430
431
def
close(self, force: bool = False):
432
if
self._close_source or force:
433
self.reader.close()
434
435
@property
436
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