Skip to main content

make_builtin_decoder

Function make_builtin_decoder 

Source
fn make_builtin_decoder(
    ctx: &DecoderContext,
    field: &FieldRef,
    is_nullable: bool,
) -> Result<Box<dyn ArrayDecoder>, ArrowError>