pub fn sequence( start: impl Into<Column>, stop: impl Into<Column>, step: Option<impl Into<Column>>, ) -> Column
Generate a sequence of integers from start to stop, incrementing by step.