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

Method Push

api/queryio/jsup.go:27–29  ·  view source on GitHub ↗
(vec vector.Any)

Source from the content-addressed store, hash-verified

25}
26
27func (w *JSUPWriter) Push(vec vector.Any) error {
28 return w.writer.Push(vec)
29}
30
31type describe struct {
32 Type string `json:"type"`

Callers 1

TestJSUPWriterFunction · 0.95

Calls 1

PushMethod · 0.65

Tested by 1

TestJSUPWriterFunction · 0.76