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

TypeAlias DInt

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

DInt is the int Datum.

Source from the content-addressed store, hash-verified

660
661// DInt is the int Datum.
662type DInt int64
663
664// NewDInt is a helper routine to create a *DInt initialized from its argument.
665func NewDInt(d DInt) *DInt {

Callers 8

AsDIntMethod · 0.85
ParseDIntFunction · 0.85
CompareMethod · 0.85
datum.goFile · 0.85
ParseDOidAsIntFunction · 0.85
AsInt64Method · 0.85
AsInt32Method · 0.85
AvailableTypesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected