(cctx *Context, off uint64)
| 98 | } |
| 99 | |
| 100 | func (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 | |
| 105 | func (e *ErrorEncoder) Write(vec vector.Any) { |
| 106 | e.Encoder.Write(vec.(*vector.Error).Vals) |