FileSystem.openInputStream

Open an input stream for sequential reading.

class FileSystem
openInputStream
(
string path
)

Parameters

path string

The path of the input stream.

Return Value

Type: arrow.input_stream.InputStream

A newly created #GArrowInputStream.