sequence
function sequence( start, stop, step?): Column;Defined in: functions/collection.ts:109
Generates a sequence of integers from start to stop (inclusive), with an optional step.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
start |
ColOrName |
stop |
ColOrName |
step? |
ColOrName |