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

Method Metadata

csup/encoder.go:27–27  ·  view source on GitHub ↗

Metadata returns the data structure conforming to the CSUP specification describing the layout of vectors. This is called after all data is written and encoded by the Encode with the result marshaled to build the header section of the CSUP object. An offset is passed down into the traversal repres

(*Context, uint64)

Source from the content-addressed store, hash-verified

25 // that the metadata can be computed and the CSUP header written before the
26 // vector data is written via Emit.
27 Metadata(*Context, uint64) (uint64, ID)
28 Emit(w io.Writer) error
29}
30

Callers 11

MetadataMethod · 0.65
MetadataMethod · 0.65
MetadataMethod · 0.65
MetadataMethod · 0.65
MetadataMethod · 0.65
MetadataMethod · 0.65
MetadataMethod · 0.65
MetadataMethod · 0.65
MetadataMethod · 0.65
EncodeMethod · 0.65
MetadataMethod · 0.65

Implementers 10

FusionEncodercsup/fusion.go
RecordEncodercsup/record.go
FloatEncodercsup/float.go
IntEncodercsup/int.go
UintEncodercsup/int.go
UnionEncodercsup/union.go
ArrayEncodercsup/array.go
ScodeEncodercsup/scode.go
MapEncodercsup/map.go
BytesEncodercsup/bytes.go

Calls

no outgoing calls

Tested by

no test coverage detected