pub fn get_by_rank_range_count(
    return_type: MapReturnType,
    rank: FilterExpression,
    count: FilterExpression,
    bin: FilterExpression,
    ctx: &[CdtContext]
) -> FilterExpression
Expand description

Create expression that selects “count” map items starting at specified rank and returns selected data specified by returnType.