Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dolthub/doltgresql
/ Int64
Method
Int64
utils/reader.go:65–67 ·
view source on GitHub ↗
Int64 reads an int64.
()
Source
from the content-addressed store, hash-verified
63
64
// Int64 reads an int64.
65
func
(reader *Reader) Int64() int64 {
66
return
int64(reader.Uint64() - (1 << 63))
67
}
68
69
// Uint8 reads a uint8.
70
func
(reader *Reader) Uint8() uint8 {
Callers
15
Int64Slice
Method · 0.95
TestWriterReader
Function · 0.95
TestWriterOrder
Function · 0.95
DeserializeConflict
Function · 0.95
DeserializeSequence
Function · 0.95
deserializeTypeTimeTZ
Function · 0.95
deserializeTypeInterval
Function · 0.95
deserializeTypeTime
Function · 0.95
FromBigInt
Function · 0.45
serialize
Method · 0.45
deserialize
Method · 0.45
power.go
File · 0.45
Calls
1
Uint64
Method · 0.95
Tested by
3
TestWriterReader
Function · 0.76
TestWriterOrder
Function · 0.76
NumericToDecimal
Function · 0.36