I/O#
Writing Data#
|
Write the members of this collection to parquet files in a directory. |
|
Stream the members of this collection into parquet files in a directory. |
|
Write the members of this collection to Delta Lake tables. |
Reading Data#
|
Read all collection members from parquet files in a directory. |
|
Lazily read all collection members from parquet files in a directory. |
|
Read all collection members from Delta Lake tables. |
|
Lazily read all collection members from Delta Lake tables. |
Collection Serialization#
Serialize the metadata for this collection to a JSON string. |
|
|
Deserialize a collection from a JSON string. |
|
Read a dataframely Collection type from the metadata of a parquet file. |