2
0

Add QueryRewriter interface

This commit is contained in:
Jack Christensen
2022-04-23 17:26:42 -05:00
parent f9857b73d9
commit b72b0daa5a
5 changed files with 115 additions and 1 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ type batchItem struct {
}
// Batch queries are a way of bundling multiple queries together to avoid
// unnecessary network round trips.
// unnecessary network round trips. A Batch must only be sent once.
type Batch struct {
items []*batchItem
}