Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ compare_datums_simple
Function
compare_datums_simple
src/backend/statistics/extended_stats.c:957–961 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
955
}
956
957
int
958
compare_datums_simple(Datum a, Datum b, SortSupport ssup)
959
{
960
return ApplySortComparator(a, false, b, false, ssup);
961
}
962
963
/*
964
* build_attnums_array
Callers
2
statext_mcv_serialize
Function · 0.85
compare_scalars_simple
Function · 0.85
Calls
1
ApplySortComparator
Function · 0.85
Tested by
no test coverage detected