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

Method Metadata

csup/fusion.go:57–64  ·  view source on GitHub ↗
(cctx *Context, off uint64)

Source from the content-addressed store, hash-verified

55}
56
57func (f *FusionEncoder) Metadata(cctx *Context, off uint64) (uint64, ID) {
58 off, values := f.values.Metadata(cctx, off)
59 off, subtypes := f.subtypesEnc.Segment(off)
60 return off, cctx.enter(&Fusion{
61 Values: values,
62 Subtypes: subtypes,
63 })
64}

Callers

nothing calls this directly

Calls 3

SegmentMethod · 0.80
MetadataMethod · 0.65
enterMethod · 0.45

Tested by

no test coverage detected