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

Function VectorURI

db/data/object.go:140–142  ·  view source on GitHub ↗
(path *storage.URI, id ksuid.KSUID)

Source from the content-addressed store, hash-verified

138}
139
140func VectorURI(path *storage.URI, id ksuid.KSUID) *storage.URI {
141 return path.JoinPath(fmt.Sprintf("%s.csup", id))
142}
143
144// Remove deletes the row object and its seek index.
145// Any 'not found' errors are ignored.

Callers 4

NewVectorWriterFunction · 0.85
DeleteVectorFunction · 0.85
VectorURIMethod · 0.85

Calls 1

JoinPathMethod · 0.80

Tested by 1