Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ NewTypeValueEmpty
Function
NewTypeValueEmpty
vector/type.go:18–20 ·
view source on GitHub ↗
(cap uint32)
Source
from the content-addressed store, hash-verified
16
}
17
18
func
NewTypeValueEmpty(cap uint32) *TypeValue {
19
return
NewTypeValue(NewBytesTableEmpty(cap))
20
}
21
22
func
(t *TypeValue) Append(v []byte) {
23
t.table.Append(v)
Callers
4
eval
Method · 0.92
Call
Method · 0.92
Call
Method · 0.92
castToType
Function · 0.92
Calls
2
NewBytesTableEmpty
Function · 0.85
NewTypeValue
Function · 0.70
Tested by
no test coverage detected