jet/group_by_clause.go

8 lines
157 B
Go
Raw Normal View History

2019-06-21 13:56:57 +02:00
package jet
2019-05-07 19:06:21 +02:00
type groupByClause interface {
2019-07-08 10:48:03 +02:00
serializeForGroupBy(statement statementType, out *sqlBuilder) error
2019-05-07 19:06:21 +02:00
}
// TODO: GROUPING SETS, CUBE, and ROLLUP