MCPcopy 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
957int
958compare_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_serializeFunction · 0.85
compare_scalars_simpleFunction · 0.85

Calls 1

ApplySortComparatorFunction · 0.85

Tested by

no test coverage detected