A Table
representation in WebAssembly memory.
Optional
writer_properties: WriterProperties(optional) Configuration for writing to Parquet. Use the WriterPropertiesBuilder
to build a writing configuration, then call .build()
to create an
immutable writer properties to pass in here.
Uint8Array containing written Parquet data.
Write Arrow data to a Parquet file.
For example, to create a Parquet file with Snappy compression:
If
writerProperties
is not provided or isnull
, the default writer properties will be used. This is equivalent tonew WriterPropertiesBuilder().build()
.