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.

ParameterType
startColOrName
stopColOrName
step?ColOrName

Column