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

Method Ref

sbuf/batch.go:29–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27// eventually be reclaimed by the garbage collector.
28type Batch interface {
29 Ref()
30 Unref()
31 Values() []super.Value
32}

Callers 4

ForwardMethod · 0.65
ForwardMethod · 0.65
ForwardMethod · 0.65
runMethod · 0.65

Implementers 3

Arraysbuf/array.go
pullerBatchsbuf/batch.go
batchsio/bsupio/batch.go

Calls

no outgoing calls

Tested by

no test coverage detected