[][src]Function aerospike::operations::maps::get_by_rank_range

pub fn get_by_rank_range(
    bin: &str,
    rank: i64,
    count: i64,
    return_type: MapReturnType
) -> Operation

Create map get rank range operation. Server selects count map items at the specified rank and returns the selected data specified by return_type.