Iterate¶
Name | - | Description | Default | Type |
---|---|---|---|---|
<input> |
The input table to perform the range query on. | {Any} |
||
<output> |
Passes through the input table unchanged. | {Any} |
||
From |
The starting key to begin searching from (including this key). | none |
Any |
|
To |
The ending key to stop searching at (not including this key). If not provided or same as From, will keep searching until From no longer matches. | none |
Any |
|
Action |
The shards to run on each matching element that is found. | none |
Shard [Shard] |
Searches through a sorted table input for a range of matching elements. Returns all values from the table that have keys between the From and To keys. If Focused is true, will stop searching once From no longer matches.