Files¶
Classes
|
SnowflakeFile provides an interface to operate on files as Python IOBase-like objects in UDFs and stored procedures. |
Methods
|
See https://docs.python.org/3/library/io.html#io.IOBase.close (https://docs.python.org/3/library/io.html#io.IOBase.close) |
|
Getting a file descriptor number is not supported in Snowflake. |
|
Returns False, file streams in stored procedures and UDFs are never interactive in Snowflake. |
|
Used to create a |
|
Used to create a |
|
From https://docs.python.org/3/library/io.html#io.RawIOBase.read (https://docs.python.org/3/library/io.html#io.RawIOBase.read) |
|
From https://docs.python.org/3/library/io.html#io.BufferedIOBase.read1 (https://docs.python.org/3/library/io.html#io.BufferedIOBase.read1) |
|
From https://docs.python.org/3/library/io.html#io.IOBase.readable (https://docs.python.org/3/library/io.html#io.IOBase.readable) |
|
From https://docs.python.org/3/library/io.html#io.RawIOBase.readall (https://docs.python.org/3/library/io.html#io.RawIOBase.readall) |
|
From https://docs.python.org/3/library/io.html#io.RawIOBase.readinto (https://docs.python.org/3/library/io.html#io.RawIOBase.readinto) |
|
From https://docs.python.org/3/library/io.html#io.BufferedIOBase.readinto1 (https://docs.python.org/3/library/io.html#io.BufferedIOBase.readinto1) |
|
From https://docs.python.org/3/library/io.html#io.IOBase.readline (https://docs.python.org/3/library/io.html#io.IOBase.readline) |
|
From https://docs.python.org/3/library/io.html#io.IOBase.readlines (https://docs.python.org/3/library/io.html#io.IOBase.readlines) |
|
See https://docs.python.org/3/library/io.html#io.IOBase.seek (https://docs.python.org/3/library/io.html#io.IOBase.seek) |
|
See https://docs.python.org/3/library/io.html#io.IOBase.seekable (https://docs.python.org/3/library/io.html#io.IOBase.seekable) |
|
See https://docs.python.org/3/library/io.html#io.IOBase.tell (https://docs.python.org/3/library/io.html#io.IOBase.tell) |
|
See https://docs.python.org/3/library/io.html#io.RawIOBase.write (https://docs.python.org/3/library/io.html#io.RawIOBase.write) |
|
See https://docs.python.org/3/library/io.html#io.IOBase.writable (https://docs.python.org/3/library/io.html#io.IOBase.writable) |
|
From https://docs.python.org/3/library/io.html#io.IOBase.writelines (https://docs.python.org/3/library/io.html#io.IOBase.writelines) |
Attributes
None