MCPcopy 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
11type Upcast struct {
12 sctx *super.Context
13}
14
15func NewUpcast(sctx *super.Context) *Upcast {
16 return &Upcast{sctx}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected