Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
92
func
(n *NamedEncoder) Write(vec vector.Any) {
93
n.Encoder.Write(vec.(*vector.Named).Any)
94
}
95
96
type
ErrorEncoder
struct
{
97
Encoder
Callers
nothing calls this directly
Calls
1
Write
Method · 0.65
Tested by
no test coverage detected