Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dolthub/doltgresql
/ DInt
TypeAlias
DInt
postgres/parser/sem/tree/datum.go:361–361 ·
view source on GitHub ↗
DInt is the int Datum.
Source
from the content-addressed store, hash-verified
359
360
// DInt is the int Datum.
361
type
DInt int64
362
363
// NewDInt is a helper routine to create a *DInt initialized from its argument.
364
func
NewDInt(d DInt) *DInt {
Callers
6
convertSQLVal
Function · 0.92
AsDInt
Method · 0.85
ParseDInt
Function · 0.85
AsInt64
Method · 0.85
AsInt32
Method · 0.85
SampleDatum
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected