MCPcopy 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.
361type DInt int64
362
363// NewDInt is a helper routine to create a *DInt initialized from its argument.
364func NewDInt(d DInt) *DInt {

Callers 6

convertSQLValFunction · 0.92
AsDIntMethod · 0.85
ParseDIntFunction · 0.85
AsInt64Method · 0.85
AsInt32Method · 0.85
SampleDatumFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected