Only relevant for range columns. Match only rows where column
is mutually exclusive to range
and there can be no element between the two ranges.
The range column to filter on.
The range to filter with.
final data = await supabase
.from('reservations')
.select()
.rangeAdjacent('during', '[2000-01-01 12:00, 2000-01-01 13:00)');