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

Method Metadata

csup/encoder.go:100–103  ·  view source on GitHub ↗
(cctx *Context, off uint64)

Source from the content-addressed store, hash-verified

98}
99
100func (e *ErrorEncoder) Metadata(cctx *Context, off uint64) (uint64, ID) {
101 off, id := e.Encoder.Metadata(cctx, off)
102 return off, cctx.enter(&Error{id})
103}
104
105func (e *ErrorEncoder) Write(vec vector.Any) {
106 e.Encoder.Write(vec.(*vector.Error).Vals)

Callers

nothing calls this directly

Calls 2

MetadataMethod · 0.65
enterMethod · 0.45

Tested by

no test coverage detected