Skip to main content

Module execute_range_count

Module execute_range_count 

Source
Expand description

Range execution paths for the count query.

Three executors all keyed on a range_countable: true index:

Point-lookup execution (Equal/In with no range) lives in super::execute_point_lookup.

Whole module is gated feature = "server" via the parent’s pub mod execute_range_count; declaration.

Structs§

RangeCountOptions
Pagination + ordering knobs for execute_range_count_no_proof.