GetByIndexRange(MapReturnType, Exp, Exp, CTX[]) | Create expression that selects map items starting at specified index to the end of map and returns selected data specified by returnType. |
GetByIndexRange(MapReturnType, Exp, Exp, Exp, CTX[]) | Create expression that selects "count" map items starting at specified index and returns selected data specified by returnType. |