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

Function NewString

vector/string.go:12–14  ·  view source on GitHub ↗
(table BytesTable)

Source from the content-addressed store, hash-verified

10}
11
12func NewString(table BytesTable) *String {
13 return &String{table}
14}
15
16func NewStringEmpty(cap uint32) *String {
17 return NewString(NewBytesTableEmpty(cap))

Callers 9

newVectorMethod · 0.92
projectMethod · 0.92
bytesOrStringVecMethod · 0.92
castToStringFunction · 0.92
materializeMethod · 0.92
buildMethod · 0.92
NewStringEmptyFunction · 0.70
NewConstStringFunction · 0.70
BuildMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected