Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
func
NewString(table BytesTable) *String {
13
return
&String{table}
14
}
15
16
func
NewStringEmpty(cap uint32) *String {
17
return
NewString(NewBytesTableEmpty(cap))
Callers
9
newVector
Method · 0.92
project
Method · 0.92
bytesOrStringVec
Method · 0.92
castToString
Function · 0.92
materialize
Method · 0.92
build
Method · 0.92
NewStringEmpty
Function · 0.70
NewConstString
Function · 0.70
Build
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected