I saw this example on Redshift's python connector docs, I got confused
result: numpy.ndarray = cursor.fetch_numpy_array()
So I tried some commands and got more confused.
When I tried running the below code in the terminal there we no errors yet the variable was not defined with None (I assumed it should be)
name:str
Then I assumed it could be just indicate datatype so I tried below command and it generated no error.
name:dir
I am pretty confused. Can please anyone help me understand where I am being lost. Thanks in advance