pub type BareSelect<Selection> = SelectStatement<NoFromClause, SelectClause<Selection>>;
select
struct BareSelect<Selection> { /* private fields */ }