bool ensure_valid_spanset_spanset(const SpanSet *ss1, const SpanSet *ss2)
Ensure that two span sets are of the same span type.
Definition: spanset.c:118
bool spanset_find_value(const SpanSet *ss, Datum v, int *loc)
Return the location of a value in a span set using binary search.
Definition: spanset.c:153
bool ensure_valid_spanset_span(const SpanSet *ss, const Span *s)
Ensure that a span set and a span value have the same span type.
Definition: spanset.c:106
uintptr_t Datum
Definition: postgres_ext_defs.in.h:7