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

Struct pullerBatch

sbuf/batch.go:103–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103type pullerBatch struct {
104 buf []byte
105 refs atomic.Int32
106 vals []super.Value
107}
108
109var pullerBatchPool sync.Pool
110

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected