Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dolthub/doltgresql
/ Int8
Method
Int8
utils/reader.go:50–52 ·
view source on GitHub ↗
Int8 reads an int8.
()
Source
from the content-addressed store, hash-verified
48
49
// Int8 reads an int8.
50
func
(reader *Reader) Int8() int8 {
51
return
int8(reader.Uint8() - (1 << 7))
52
}
53
54
// Int16 reads an int16.
55
func
(reader *Reader) Int16() int16 {
Callers
3
Int8Slice
Method · 0.95
TestWriterReader
Function · 0.95
TestWriterOrder
Function · 0.95
Calls
1
Uint8
Method · 0.95
Tested by
2
TestWriterReader
Function · 0.76
TestWriterOrder
Function · 0.76