Package | Description |
---|---|
org.apache.arrow.flight | |
org.apache.arrow.flight.integration.tests | |
org.apache.arrow.flight.sql |
Modifier and Type | Method and Description |
---|---|
FlightClient |
FlightClient.Builder.build()
Create the client from this builder.
|
static FlightClient |
FlightGrpcUtils.createFlightClient(BufferAllocator incomingAllocator,
io.grpc.ManagedChannel channel)
Creates a Flight client.
|
static FlightClient |
FlightGrpcUtils.createFlightClientWithSharedChannel(BufferAllocator incomingAllocator,
io.grpc.ManagedChannel channel)
Creates a Flight client.
|
Modifier and Type | Method and Description |
---|---|
void |
FlightSqlScenario.client(BufferAllocator allocator,
Location location,
FlightClient client) |
Constructor and Description |
---|
FlightSqlClient(FlightClient client) |
PreparedStatement(FlightClient client,
String sql,
CallOption... options)
Constructor.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.