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

Create expression that selects map items starting at specified index to the end of map and returns selected data specified by returnType.