Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ Value
Method
Value
vector/string.go:36–38 ·
view source on GitHub ↗
(slot uint32)
Source
from the content-addressed store, hash-verified
34
}
35
36
func
(s *String) Value(slot uint32) string {
37
return
s.table.String(slot)
38
}
39
40
func
(s *String) Table() BytesTable {
41
return
s.table
Callers
1
StringValue
Function · 0.45
Calls
1
String
Method · 0.65
Tested by
no test coverage detected