FileSystem.openInputFile

Open an input file for random access reading.

class FileSystem
openInputFile
(
string path
)

Parameters

path string

The path of the input file.

Return Value

Type: arrow.seekable_input_stream.SeekableInputStream

A newly created #GArrowSeekableInputStream.