Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dgraph-io/dgraph
/ Writer
Interface
Writer
worker/restore_reduce.go:126–128 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
124
}
125
126
type
Writer
interface
{
127
Write(buf *z.Buffer) error
128
}
129
130
func
RunReducer(w Writer, mapDir string) error {
131
r := &reducer{
Callers
7
writeMapEntriesToFile
Method · 0.95
queryWithGz
Function · 0.95
WriteResponse
Function · 0.95
writeToDisk
Method · 0.95
BenchmarkGzip
Function · 0.95
writeGzData
Function · 0.95
process
Method · 0.65
Implementers
6
LogWriter
x/log_writer.go
fileSyncer
worker/backup_handler.go
s3Writer
worker/backup_handler.go
outputCatcher
t/t.go
bufWriter
backup/run.go
TxnWriter
posting/writer.go
Calls
no outgoing calls
Tested by
no test coverage detected