pub fn array_to_page(
array: &dyn Array,
type_: PrimitiveType,
nested: &[Nested<'_>],
options: WriteOptions,
encoding: Encoding
) -> Result<Page>
Expand description
Converts an Array
to a CompressedPage
based on options, descriptor and encoding
.