mirror of
https://github.com/chaisql/chai.git
synced 2025-10-22 07:09:25 +08:00
db: introduce row type
This commit is contained in:
@@ -114,7 +114,7 @@ type Function interface {
|
||||
Params() []Expr
|
||||
}
|
||||
|
||||
// An Aggregator is an expression that aggregates documents into one result.
|
||||
// An Aggregator is an expression that aggregates objects into one result.
|
||||
type Aggregator interface {
|
||||
Expr
|
||||
|
||||
|
Reference in New Issue
Block a user