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

Struct intBuilder

vector/builder.go:306–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304}
305
306type intBuilder struct {
307 typ super.Type
308 values []int64
309}
310
311func (i *intBuilder) Write(bytes scode.Bytes) {
312 i.values = append(i.values, super.DecodeInt(bytes))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected