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

Method Write

db/data/writer.go:60–63  ·  view source on GitHub ↗
(val super.Value)

Source from the content-addressed store, hash-verified

58}
59
60func (w *Writer) Write(val super.Value) error {
61 key := val.DerefPath(w.sortKey.Key).MissingAsNull()
62 return w.WriteWithKey(key, val)
63}
64
65func (w *Writer) WriteWithKey(key, val super.Value) error {
66 w.count++

Callers 2

putSnapshotMethod · 0.95

Calls 3

WriteWithKeyMethod · 0.95
MissingAsNullMethod · 0.80
DerefPathMethod · 0.80

Tested by 1