Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ Call
Method
Call
runtime/sam/expr/function/unblend.go:16–18 ·
view source on GitHub ↗
(args []super.Value)
Source
from the content-addressed store, hash-verified
14
}
15
16
func
(u *unblend) Call(args []super.Value) super.Value {
17
return
u.eval(args[0])
18
}
19
20
func
(u *unblend) eval(in super.Value) super.Value {
21
switch
typ := in.Type().(
type
) {
Callers
nothing calls this directly
Calls
1
eval
Method · 0.95
Tested by
no test coverage detected