Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ NewDowncast
Function
NewDowncast
runtime/sam/expr/function/downcast.go:13–15 ·
view source on GitHub ↗
(sctx *super.Context)
Source
from the content-addressed store, hash-verified
11
}
12
13
func
NewDowncast(sctx *super.Context) Caster {
14
return
&downcast{sctx}
15
}
16
17
func
(d *downcast) Call(args []super.Value) super.Value {
18
from, to := args[0], args[1]
Callers
2
newFusion
Function · 0.85
NewUnder
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected