Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
662
type
DInt int64
663
664
// NewDInt is a helper routine to create a *DInt initialized from its argument.
665
func
NewDInt(d DInt) *DInt {
Callers
8
AsDInt
Method · 0.85
ParseDInt
Function · 0.85
Compare
Method · 0.85
datum.go
File · 0.85
ParseDOidAsInt
Function · 0.85
AsInt64
Method · 0.85
AsInt32
Method · 0.85
AvailableTypes
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected