Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
606
type
DInt int64
607
608
// NewDInt is a helper routine to create a *DInt initialized from its argument.
609
func
NewDInt(d DInt) *DInt {
Callers
11
AsDInt
Method · 0.85
ParseDInt
Function · 0.85
NewDefaultDatum
Function · 0.85
datum.go
File · 0.85
FullPartitionIsInWindow
Method · 0.85
eval.go
File · 0.85
PerformCast
Function · 0.85
IntPow
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