Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dolthub/doltgresql
/ Int32
Method
Int32
utils/reader.go:60–62 ·
view source on GitHub ↗
Int32 reads an int32.
()
Source
from the content-addressed store, hash-verified
58
59
// Int32 reads an int32.
60
func
(reader *Reader) Int32() int32 {
61
return
int32(reader.Uint32() - (1 << 31))
62
}
63
64
// Int64 reads an int64.
65
func
(reader *Reader) Int64() int64 {
Callers
11
Int32Slice
Method · 0.95
TestWriterReader
Function · 0.95
TestWriterOrder
Function · 0.95
DeserializeTrigger
Function · 0.95
DeserializeFunction
Function · 0.95
DeserializeProcedure
Function · 0.95
deserializeTypeTimeTZ
Function · 0.95
DeserializeType
Function · 0.95
deserializeTypeInterval
Function · 0.95
serialize
Method · 0.45
deserialize
Method · 0.45
Calls
1
Uint32
Method · 0.95
Tested by
2
TestWriterReader
Function · 0.76
TestWriterOrder
Function · 0.76