Package | Description |
---|---|
org.bytedeco.arrow_flight |
Modifier and Type | Method and Description |
---|---|
Action |
Action.body(ArrowBuffer setter) |
Action |
Action.body(ArrowBuffer setter) |
Action |
Action.getPointer(long i) |
Action |
Action.getPointer(long i) |
Action |
Action.position(long position) |
Action |
Action.position(long position) |
Action |
Action.type(String setter) |
Action |
Action.type(String setter) |
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.