MCPcopy Create free account
hub / github.com/auxten/postgresql-parser / DInt

TypeAlias DInt

pkg/sql/sem/tree/datum.go:606–606  ·  view source on GitHub ↗

DInt is the int Datum.

Source from the content-addressed store, hash-verified

604
605// DInt is the int Datum.
606type DInt int64
607
608// NewDInt is a helper routine to create a *DInt initialized from its argument.
609func NewDInt(d DInt) *DInt {

Callers 11

AsDIntMethod · 0.85
ParseDIntFunction · 0.85
NewDefaultDatumFunction · 0.85
datum.goFile · 0.85
eval.goFile · 0.85
PerformCastFunction · 0.85
IntPowFunction · 0.85
AsInt64Method · 0.85
AsInt32Method · 0.85
SampleDatumFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected