MCPcopy Create free account
hub / github.com/brimdata/super / cast

Struct cast

runtime/sam/expr/function/cast.go:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17type cast struct {
18 sctx *super.Context
19}
20
21func NewCaster(sctx *super.Context) Caster {
22 return &cast{sctx: sctx}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected