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

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