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