MCPcopy 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
15func NewUpcast(sctx *super.Context) *Upcast {
16 return &Upcast{sctx}
17}
18
19func (u *Upcast) Call(args []super.Value) super.Value {
20 from, to := args[0], args[1]

Callers 2

NewFunction · 0.92
newValueFuserFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected