Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cockroachdb/cockroachdb-parser
/ DBool
TypeAlias
DBool
pkg/sql/sem/tree/datum.go:246–246 ·
view source on GitHub ↗
DBool is the boolean Datum.
Source
from the content-addressed store, hash-verified
244
245
// DBool is the boolean Datum.
246
type
DBool bool
247
248
// MakeDBool converts its argument to a *DBool, returning either DBoolTrue or
249
// DBoolFalse.
Callers
2
GetBool
Function · 0.85
datum.go
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected