Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
func
DecodeDuration(zv scode.Bytes) nano.Duration {
74
return
nano.Duration(DecodeInt(zv))
75
}
76
77
func
(t *TypeOfDuration) ID() int {
78
return
IDDuration
Callers
2
formatPrimitive
Function · 0.92
buildArrowValue
Method · 0.92
Calls
2
Duration
TypeAlias · 0.92
DecodeInt
Function · 0.85
Tested by
no test coverage detected