Trait aorist_attributes::TOrcAttribute[][src]

pub trait TOrcAttribute: TAttribute {
    fn get_orc_type(&self) -> String;

    fn get_orc_schema(&self) -> String { ... }
}

Required methods

Provided methods

Implementors