GetByKeyRelativeIndexRange(MapReturnType, Exp, Exp, Exp, CTX[]) |
Create expression that selects map items nearest to key and greater by index.
Expression returns selected data specified by returnType.
Examples for ordered map [{0=17},{4=2},{5=15},{9=10}]:
|
GetByKeyRelativeIndexRange(MapReturnType, Exp, Exp, Exp, Exp, CTX[]) |
Create expression that selects map items nearest to key and greater by index with a count limit.
Expression returns selected data specified by returnType.
Examples for ordered map [{0=17},{4=2},{5=15},{9=10}]:
|