array_decoder_factory

Function array_decoder_factory 

Source
pub fn array_decoder_factory(
    column: &Column,
    hinted_arrow_type: &DataType,
    stripe: &Stripe,
) -> Result<Box<dyn ArrayBatchDecoder>>