Function get_column_writers_with_encryptor

Source
fn get_column_writers_with_encryptor(
    parquet: &SchemaDescriptor,
    props: &WriterPropertiesPtr,
    arrow: &SchemaRef,
    file_encryptor: Option<Arc<FileEncryptor>>,
    row_group_index: usize,
) -> Result<Vec<ArrowColumnWriter>>
Expand description

Returns the ArrowColumnWriter for a given schema and supports columnar encryption