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

Function DecodeTime

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

Source from the content-addressed store, hash-verified

392}
393
394func DecodeTime(zv scode.Bytes) nano.Ts {
395 return nano.Ts(scode.DecodeCountedVarint(zv))
396}
397
398func (t *TypeOfTime) ID() int {
399 return IDTime

Callers 7

formatPrimitiveFunction · 0.92
decodeAnyMethod · 0.92
GetPoolStatsFunction · 0.92
GetBranchStatsFunction · 0.92
buildArrowValueMethod · 0.92
WriteMethod · 0.92
AsTimeMethod · 0.85

Calls 2

TsTypeAlias · 0.92
DecodeCountedVarintFunction · 0.92

Tested by

no test coverage detected