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=True records per-column statistics so later filters can skip data that cannot match (off by default).

Parameters:
Return type:

ColStoreWriter