Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
394
func
DecodeTime(zv scode.Bytes) nano.Ts {
395
return
nano.Ts(scode.DecodeCountedVarint(zv))
396
}
397
398
func
(t *TypeOfTime) ID() int {
399
return
IDTime
Callers
7
formatPrimitive
Function · 0.92
decodeAny
Method · 0.92
GetPoolStats
Function · 0.92
GetBranchStats
Function · 0.92
buildArrowValue
Method · 0.92
Write
Method · 0.92
AsTime
Method · 0.85
Calls
2
Ts
TypeAlias · 0.92
DecodeCountedVarint
Function · 0.92
Tested by
no test coverage detected