Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ JSUPWriter
Struct
JSUPWriter
api/queryio/jsup.go:13–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
)
12
13
type
JSUPWriter
struct
{
14
encoder *json.Encoder
15
writer *jsupio.Writer
16
}
17
18
var
_ controlWriter = (*JSUPWriter)(nil)
19
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected