pub fn lpad( col: impl Into<Column>, len: impl Into<Column>, pad: impl Into<Column>, ) -> Column
Left-pad the string column to width len with pad.