Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ DecodeInt
Function
DecodeInt
primitive.go:191–193 ·
view source on GitHub ↗
(zv scode.Bytes)
Source
from the content-addressed store, hash-verified
189
}
190
191
func
DecodeInt(zv scode.Bytes) int64 {
192
return
scode.DecodeCountedVarint(zv)
193
}
194
195
func
DecodeUint(zv scode.Bytes) uint64 {
196
return
scode.DecodeCountedUvarint(zv)
Callers
8
BenchmarkReadBSUP
Function · 0.92
Write
Method · 0.92
formatPrimitive
Function · 0.92
loadAnyWithLock
Method · 0.92
Comparison
Function · 0.92
buildArrowValue
Method · 0.92
Int
Method · 0.85
DecodeDuration
Function · 0.85
Calls
1
DecodeCountedVarint
Function · 0.92
Tested by
1
BenchmarkReadBSUP
Function · 0.74