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

Function DecodeDuration

primitive.go:73–75  ·  view source on GitHub ↗
(zv scode.Bytes)

Source from the content-addressed store, hash-verified

71}
72
73func DecodeDuration(zv scode.Bytes) nano.Duration {
74 return nano.Duration(DecodeInt(zv))
75}
76
77func (t *TypeOfDuration) ID() int {
78 return IDDuration

Callers 2

formatPrimitiveFunction · 0.92
buildArrowValueMethod · 0.92

Calls 2

DurationTypeAlias · 0.92
DecodeIntFunction · 0.85

Tested by

no test coverage detected