Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ RecordsWritten
Method
RecordsWritten
db/data/writer.go:138–140 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
136
}
137
138
func
(w *Writer) RecordsWritten() uint64 {
139
return
w.count
140
}
141
142
// Object returns the Object written by the writer. This is only valid after
143
// Close() has returned a nil error.
Callers
1
writeObject
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected