arrow icon indicating copy to clipboard operation
arrow copied to clipboard

[C++][FlightRPC] GeneratorStream equivalent in cpp

Open erikseulean opened this issue 1 year ago • 0 comments

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

erikseulean avatar May 17 '24 19:05 erikseulean