Trait aorist_attributes::TBigQueryAttribute[][src]

pub trait TBigQueryAttribute: TAttribute {
    fn get_bigquery_type(&self) -> String;

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

Required methods

Provided methods

Implementors