MCPcopy Create free account
hub / github.com/brimdata/super / isAggAssignments

Function isAggAssignments

compiler/sfmt/ast.go:1027–1031  ·  view source on GitHub ↗
(assigns []ast.Assignment)

Source from the content-addressed store, hash-verified

1025}
1026
1027func isAggAssignments(assigns []ast.Assignment) bool {
1028 return !slices.ContainsFunc(assigns, func(a ast.Assignment) bool {
1029 return isAggFunc(a.RHS) == nil
1030 })
1031}
1032
1033func IsSearch(e ast.Expr) bool {
1034 switch e := e.(type) {

Callers 1

opMethod · 0.85

Calls 1

isAggFuncFunction · 0.85

Tested by

no test coverage detected