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

Method Cast

runtime/sam/expr/function/cast.go:14–14  ·  view source on GitHub ↗
(from super.Value, to super.Type)

Source from the content-addressed store, hash-verified

12
13type Caster interface {
14 Cast(from super.Value, to super.Type) (super.Value, bool)
15}
16
17type cast struct {

Callers 5

CallMethod · 0.65
evalMethod · 0.65
CallMethod · 0.65
convertMethod · 0.65
ReadMethod · 0.65

Implementers 3

castruntime/sam/expr/function/cast.go
downcastruntime/sam/expr/function/downcast.go
Upcastruntime/sam/expr/function/upcast.go

Calls

no outgoing calls

Tested by

no test coverage detected