pub fn array_to_page(
    array: &dyn Array,
    type_: ParquetPrimitiveType,
    nested: &[Nested<'_>],
    options: WriteOptions,
    encoding: Encoding
) -> Result<EncodedPage>
Available on crate feature io_parquet only.
Expand description

Converts an Array to a CompressedPage based on options, descriptor and encoding.