[][src]Trait quaint::ast::Groupable

pub trait Groupable<'a> where
    Self: Sized
{ fn group(self) -> GroupByDefinition<'a>; }

An item that can be used in the GROUP BY statement

Required methods

fn group(self) -> GroupByDefinition<'a>

Group by self

Loading content...

Implementations on Foreign Types

impl<'a> Groupable<'a> for &'a str[src]

Loading content...

Implementors

impl<'a> Groupable<'a> for Column<'a>[src]

Loading content...