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

Create expression that selects map items starting at specified rank to the last ranked item and returns selected data specified by returnType.