Package | Description |
---|---|
org.bytedeco.arrow_flight |
Modifier and Type | Class and Description |
---|---|
class |
SimpleResultStream
\brief A ResultStream implementation based on a vector of
Result objects.
|
Modifier and Type | Method and Description |
---|---|
Status |
FlightClient.DoAction(Action action,
ResultStream results) |
Status |
FlightClient.DoAction(Action action,
ResultStream results) |
Status |
FlightClient.DoAction(FlightCallOptions options,
Action action,
ResultStream results)
\brief Perform the indicated action, returning an iterator to the stream
of results, if any
|
Status |
FlightClient.DoAction(FlightCallOptions options,
Action action,
ResultStream results)
\brief Perform the indicated action, returning an iterator to the stream
of results, if any
|
Status |
FlightServerBase.DoAction(ServerCallContext context,
Action action,
ResultStream result)
\brief Execute an action, return stream of zero or more results
|
Status |
FlightServerBase.DoAction(ServerCallContext context,
Action action,
ResultStream result)
\brief Execute an action, return stream of zero or more results
|
Copyright © 2022. All rights reserved.