Skip to content

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.

Parameter Type
start ColOrName
stop ColOrName
step? ColOrName

Column