Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ NewStringEmpty
Function
NewStringEmpty
vector/string.go:16–18 ·
view source on GitHub ↗
(cap uint32)
Source
from the content-addressed store, hash-verified
14
}
15
16
func
NewStringEmpty(cap uint32) *String {
17
return
NewString(NewBytesTableEmpty(cap))
18
}
19
20
func
(s *String) Append(v string) {
21
s.table.Append([]byte(v))
Callers
15
TestDictRebuildDropTags
Function · 0.92
Call
Method · 0.92
Call
Method · 0.92
Call
Method · 0.92
Call
Method · 0.92
Call
Method · 0.92
Call
Method · 0.92
Call
Method · 0.92
Call
Method · 0.92
Call
Method · 0.92
Call
Method · 0.92
fastPathLoop
Method · 0.92
Calls
2
NewBytesTableEmpty
Function · 0.85
NewString
Function · 0.70
Tested by
1
TestDictRebuildDropTags
Function · 0.74