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

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