Trait arrow_cast::parse::Parser

source ·
pub trait Parser: ArrowPrimitiveType {
    fn parse(string: &str) -> Option<Self::Native>;

    fn parse_formatted(string: &str, _format: &str) -> Option<Self::Native> { ... }
}
Expand description

Specialized parsing implementations used by csv and json reader

Required Methods§

Provided Methods§

Implementations on Foreign Types§

Implementors§