Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ Upcast
Struct
Upcast
runtime/sam/expr/function/upcast.go:11–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
)
10
11
type
Upcast
struct
{
12
sctx *super.Context
13
}
14
15
func
NewUpcast(sctx *super.Context) *Upcast {
16
return
&Upcast{sctx}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected