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

Function newTypeVector

typevectortable.go:45–47  ·  view source on GitHub ↗
(in []Type)

Source from the content-addressed store, hash-verified

43type typeVector []Type
44
45func newTypeVector(in []Type) typeVector {
46 return slices.Clone(in)
47}
48
49func newTypeVectorFromValues(vals []Value) typeVector {
50 out := make(typeVector, 0, len(vals))

Callers 1

LookupMethod · 0.85

Calls 1

CloneMethod · 0.65

Tested by

no test coverage detected