Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
impl 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_frame
Method · 0.45
sql_cmp
Method · 0.45
compute_aggregate
Function · 0.45
sort_rows
Function · 0.45
eval
Function · 0.45
apply_binary
Function · 0.45
validate_document_schema
Function · 0.45
parse_algo_personalization
Function · 0.45
new
Method · 0.45
drop
Method · 0.45
prefetch_pages
Function · 0.45
advise_dontneed
Function · 0.45
Calls
no outgoing calls
Tested by
1
schema_evolution_adds_new_fields
Function · 0.36