Skip to main content

ArrowDecoder

Type Alias ArrowDecoder 

Source
pub type ArrowDecoder = Box<dyn Fn(&HashMap<String, String>, RecordBatch) -> Result<Vec<Data>, Error> + Send + Sync>;

Aliased Typeยง

pub struct ArrowDecoder(/* private fields */);