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

Method Length

typevectortable.go:39–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37}
38
39func (t *TypeVectorTable) Length() int {
40 return len(t.types)
41}
42
43type typeVector []Type
44

Callers 1

readableStreamFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected