MCPcopy 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
16func NewStringEmpty(cap uint32) *String {
17 return NewString(NewBytesTableEmpty(cap))
18}
19
20func (s *String) Append(v string) {
21 s.table.Append([]byte(v))

Callers 15

TestDictRebuildDropTagsFunction · 0.92
CallMethod · 0.92
CallMethod · 0.92
CallMethod · 0.92
CallMethod · 0.92
CallMethod · 0.92
CallMethod · 0.92
CallMethod · 0.92
CallMethod · 0.92
CallMethod · 0.92
CallMethod · 0.92
fastPathLoopMethod · 0.92

Calls 2

NewBytesTableEmptyFunction · 0.85
NewStringFunction · 0.70

Tested by 1

TestDictRebuildDropTagsFunction · 0.74