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

Method Push

db/api/api.go:231–233  ·  view source on GitHub ↗
(vec vector.Any)

Source from the content-addressed store, hash-verified

229}
230
231func (b *buffer) Push(vec vector.Any) error {
232 return sbuf.WriteVec(b, vec)
233}
234
235func (b *buffer) Write(val super.Value) error {
236 var v any

Callers

nothing calls this directly

Calls 1

WriteVecFunction · 0.92

Tested by

no test coverage detected