You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the usage question you have. Please include as many useful details as possible.
I need to read IPC from a named pipe on Linux. The RecordBatchStreamReader constructor requires some input object that's an implementation of the arrow::io::InputStream interface. Looking through documentation, so far I've just found the arrow::io::ReadableFile implementation (inapplicable) and arrow::io::StdinStream, and some others that looked like adaptors of different sorts. Is there a canonical class for reading from a FIFO, or should I just adapt the StdinStream class?
Component(s)
C++
The text was updated successfully, but these errors were encountered:
Describe the usage question you have. Please include as many useful details as possible.
I need to read IPC from a named pipe on Linux. The RecordBatchStreamReader constructor requires some input object that's an implementation of the arrow::io::InputStream interface. Looking through documentation, so far I've just found the arrow::io::ReadableFile implementation (inapplicable) and arrow::io::StdinStream, and some others that looked like adaptors of different sorts. Is there a canonical class for reading from a FIFO, or should I just adapt the StdinStream class?
Component(s)
C++
The text was updated successfully, but these errors were encountered: