Trait mentat_query_algebrizer::ColumnName [] [src]

pub trait ColumnName {
    fn column_name(&self) -> String;
}

Required Methods

Implementors