snowflake.snowpark.files.SnowflakeFile.readline

SnowflakeFile.readline(size: int = - 1) Sequence[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.35.0/src/snowflake/snowpark/files.py#L388-L403)

From https://docs.python.org/3/library/io.html#io.IOBase.readline (https://docs.python.org/3/library/io.html#io.IOBase.readline)

Read and return one line from the stream. If size is specified, at most size bytes will be read.

语言: 中文