MCPcopy 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.
246type DBool bool
247
248// MakeDBool converts its argument to a *DBool, returning either DBoolTrue or
249// DBoolFalse.

Callers 2

GetBoolFunction · 0.85
datum.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected