Trait aorist_attributes::TPrestoAttribute[][src]

pub trait TPrestoAttribute: TAttribute {
    fn get_presto_type(&self) -> String;

    fn get_presto_schema(&self, max_attribute_length: usize) -> String { ... }
}

Required methods

Provided methods

Implementors