colstore.recreate¶
- colstore.recreate(path, *, statistics=False)[source]¶
Open a file for streaming writes, truncating any existing content.
Use this when you intentionally want to overwrite. To fail on overwrite instead, use
create().statistics=Truerecords per-column statistics so later filters can skip data that cannot match (off by default).- Parameters:
- Return type: