Package | Description |
---|---|
org.bytedeco.arrow_flight |
Modifier and Type | Method and Description |
---|---|
FlightInfo |
FlightInfoResult.access() |
FlightInfo |
FlightInfoResult.access() |
FlightInfo |
FlightInfoResult.MoveValueUnsafe() |
FlightInfo |
FlightInfoResult.MoveValueUnsafe() |
FlightInfo |
FlightInfoResult.multiply() |
FlightInfo |
FlightInfoResult.multiply() |
FlightInfo |
FlightInfoResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
FlightInfo |
FlightInfoResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
FlightInfo |
FlightInfoResult.ValueUnsafe()
Cast the internally stored value to produce a new result or propagate the stored
error.
|
FlightInfo |
FlightInfoResult.ValueUnsafe()
Cast the internally stored value to produce a new result or propagate the stored
error.
|
Modifier and Type | Method and Description |
---|---|
static Status |
FlightInfo.Deserialize(BytePointer serialized,
FlightInfo out) |
static Status |
FlightInfo.Deserialize(BytePointer serialized,
FlightInfo out) |
static Status |
FlightInfo.Deserialize(String serialized,
FlightInfo out)
\brief Parse the wire-format representation of this type.
|
static Status |
FlightInfo.Deserialize(String serialized,
FlightInfo out)
\brief Parse the wire-format representation of this type.
|
Status |
FlightClient.GetFlightInfo(FlightCallOptions options,
FlightDescriptor descriptor,
FlightInfo info)
\brief Request access plan for a single flight, which may be an existing
dataset or a command to be executed
|
Status |
FlightClient.GetFlightInfo(FlightCallOptions options,
FlightDescriptor descriptor,
FlightInfo info)
\brief Request access plan for a single flight, which may be an existing
dataset or a command to be executed
|
Status |
FlightClient.GetFlightInfo(FlightDescriptor descriptor,
FlightInfo info) |
Status |
FlightClient.GetFlightInfo(FlightDescriptor descriptor,
FlightInfo info) |
Status |
FlightServerBase.GetFlightInfo(ServerCallContext context,
FlightDescriptor request,
FlightInfo info)
\brief Retrieve the schema and an access plan for the indicated
descriptor
|
Status |
FlightServerBase.GetFlightInfo(ServerCallContext context,
FlightDescriptor request,
FlightInfo info)
\brief Retrieve the schema and an access plan for the indicated
descriptor
|
Status |
FlightListing.Next(FlightInfo info)
\brief Retrieve the next FlightInfo from the iterator.
|
Status |
SimpleFlightListing.Next(FlightInfo info) |
Status |
SimpleFlightListing.Next(FlightInfo info) |
Status |
FlightListing.Next(FlightInfo info)
\brief Retrieve the next FlightInfo from the iterator.
|
Constructor and Description |
---|
FlightInfoResult(FlightInfo value)
Constructs a Result object that contains
value . |
FlightInfoResult(FlightInfo value)
Constructs a Result object that contains
value . |
SimpleFlightListing(FlightInfo flights) |
SimpleFlightListing(FlightInfo flights) |
Copyright © 2022. All rights reserved.