A Table representation in WebAssembly memory.
Optionalwriter_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
writerPropertiesis not provided or isnull, the default writer properties will be used. This is equivalent tonew WriterPropertiesBuilder().build().