Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ NewObject
Function
NewObject
db/data/object.go:105–107 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
103
}
104
105
func
NewObject() Object {
106
return
Object{ID: ksuid.New()}
107
}
108
109
func
(o Object) Span(order order.Which) *extent.Generic {
110
return
extent.NewGenericFromOrder(o.Min, o.Max, order)
Callers
3
newObject
Method · 0.92
newWriter
Method · 0.92
TestDataReaderWriterVector
Function · 0.92
Calls
1
New
Method · 0.80
Tested by
1
TestDataReaderWriterVector
Function · 0.74