We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 685b9d9 commit bf71230Copy full SHA for bf71230
internal/common/utils.go
@@ -25,6 +25,10 @@ func SliceToChunks[T any](values []T, chunkSize int) [][]T {
25
var allowedFunctions = map[string]struct{}{
26
"sum": {},
27
"count": {},
28
+ "countDistinct": {},
29
+ "avg": {},
30
+ "max": {},
31
+ "min": {},
32
"reinterpretasuint256": {},
33
"reverse": {},
34
"unhex": {},
0 commit comments