MCPcopy 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
105func NewObject() Object {
106 return Object{ID: ksuid.New()}
107}
108
109func (o Object) Span(order order.Which) *extent.Generic {
110 return extent.NewGenericFromOrder(o.Min, o.Max, order)

Callers 3

newObjectMethod · 0.92
newWriterMethod · 0.92

Calls 1

NewMethod · 0.80

Tested by 1