Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Accept any Tables.jl-compatible source to write_parquet
The Tables.jl interface is designed so consumers (i.e. `write_parquet`) should never call `Tables.rowaccess` or `Tables.columnaccess`; they just call whatever orientation they need the data in (in this case, `Tables.columns`), and Tables.jl will take care of the rest. Column-oriented sources will be "automatic", while row-oriented sources will have columns "built", so that either way, `write_parquet` will get columns to write out.
- Loading branch information