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

Method Span

db/data/object.go:109–111  ·  view source on GitHub ↗
(order order.Which)

Source from the content-addressed store, hash-verified

107}
108
109func (o Object) Span(order order.Which) *extent.Generic {
110 return extent.NewGenericFromOrder(o.Min, o.Max, order)
111}
112
113// ObjectPrefix returns a prefix for the various objects that comprise
114// a data object so they can all be deleted with the storage engine's

Callers 1

SelectMethod · 0.80

Calls 1

NewGenericFromOrderFunction · 0.92

Tested by

no test coverage detected