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

Method Write

csup/encoder.go:92–94  ·  view source on GitHub ↗
(vec vector.Any)

Source from the content-addressed store, hash-verified

90}
91
92func (n *NamedEncoder) Write(vec vector.Any) {
93 n.Encoder.Write(vec.(*vector.Named).Any)
94}
95
96type ErrorEncoder struct {
97 Encoder

Callers

nothing calls this directly

Calls 1

WriteMethod · 0.65

Tested by

no test coverage detected