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

Method Close

csup/writer.go:34–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32}
33
34func (w *Serializer) Close() error {
35 firstErr := w.finalizeObject()
36 if err := w.writer.Close(); err != nil && firstErr == nil {
37 firstErr = err
38 }
39 return firstErr
40}
41
42func (w *Serializer) Push(vec vector.Any) error {
43 if vec.Len() != 0 {

Callers 7

TestClientRedirectReplayFunction · 0.95
TestCSUPBatchBugFunction · 0.95
writeMagicMethod · 0.95
SerializeMethod · 0.95
serializeMethod · 0.95
commitMethod · 0.95

Calls 2

finalizeObjectMethod · 0.95
CloseMethod · 0.65

Tested by 3

TestClientRedirectReplayFunction · 0.76
TestCSUPBatchBugFunction · 0.76