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