db: introduce row type

This commit is contained in:
Asdine El Hrychy
2023-11-30 23:47:04 +04:00
parent 28bb8ce924
commit d981a577c0
184 changed files with 2949 additions and 2651 deletions

View File

@@ -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