Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[C++] InputStream implementation for reading from a FIFO? #45791

Open
jwimberl opened this issue Mar 14, 2025 · 0 comments
Open

[C++] InputStream implementation for reading from a FIFO? #45791

jwimberl opened this issue Mar 14, 2025 · 0 comments
Labels
Component: C++ Type: usage Issue is a user question

Comments

@jwimberl
Copy link

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++

@jwimberl jwimberl added the Type: usage Issue is a user question label Mar 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: C++ Type: usage Issue is a user question
Projects
None yet
Development

No branches or pull requests

1 participant