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

Method TypeOf

vector/dynamic.go:38–44  ·  view source on GitHub ↗
(slot uint32)

Source from the content-addressed store, hash-verified

36}
37
38func (d *Dynamic) TypeOf(slot uint32) super.Type {
39 vals := d.Values[d.Tags[slot]]
40 if v2, ok := vals.(*Dynamic); ok {
41 return v2.TypeOf(d.ForwardTagMap()[slot])
42 }
43 return vals.Type()
44}
45
46func (d *Dynamic) Len() uint32 {
47 if d.Tags != nil {

Callers

nothing calls this directly

Calls 3

ForwardTagMapMethod · 0.95
TypeOfMethod · 0.65
TypeMethod · 0.65

Tested by

no test coverage detected