arrow
arrow copied to clipboard
[C++][FlightRPC] GeneratorStream equivalent in cpp
What's the equivalent of Generator stream in Cpp ?
I was wondering if the same coroutine behavior as in https://arrow.apache.org/docs/python/generated/pyarrow.flight.GeneratorStream.html can be achieved in the cpp version of ArrowFlight off the shelf ? If not, assuming I can get a way to build the equivalent coroutine is there a way to stream back multiple Arrow tables as a result ? Can somebody point me in the right direction if this is doable ?
Much appreciated.
Component(s)
C++, FlightRPC