snowflake.snowpark.files.SnowflakeFile.readall¶
- SnowflakeFile.readall() Sequence [source] (https://github.com/snowflakedb/snowpark-python/blob/v1.39.1/src/snowflake/snowpark/files.py#L335-L343)¶
From https://docs.python.org/3/library/io.html#io.RawIOBase.readall (https://docs.python.org/3/library/io.html#io.RawIOBase.readall)
Read and return all the bytes from the stream until EOF, using multiple calls to the stream if necessary.