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

Struct String

vector/string.go:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type String struct {
9 table BytesTable
10}
11
12func NewString(table BytesTable) *String {
13 return &String{table}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected