MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / is_null

Method is_null

nodedb/src/control/server/pgwire/pg_catalog/vquery/value.rs:25–27  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

23
24impl VValue {
25 pub fn is_null(&self) -> bool {
26 matches!(self, VValue::Null)
27 }
28
29 pub fn as_bool(&self) -> Option<bool> {
30 match self {

Callers 15

handle_frameMethod · 0.45
sql_cmpMethod · 0.45
compute_aggregateFunction · 0.45
sort_rowsFunction · 0.45
evalFunction · 0.45
apply_binaryFunction · 0.45
validate_document_schemaFunction · 0.45
newMethod · 0.45
dropMethod · 0.45
prefetch_pagesFunction · 0.45
advise_dontneedFunction · 0.45

Calls

no outgoing calls

Tested by 1