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

Method emit

vector/record.go:141–143  ·  view source on GitHub ↗
(run uint32)

Source from the content-addressed store, hash-verified

139}
140
141func (r *RLE) emit(run uint32) {
142 r.runs = append(r.runs, run)
143}
144
145// A None vector arises from values not present in an optional field.
146// In a future version of the runtime, we will have operators

Callers 2

TouchMethod · 0.95
EndMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected