Package | Description |
---|---|
org.apache.arrow.flight.integration.tests | |
org.apache.arrow.flight.sql | |
org.apache.arrow.flight.sql.impl |
Modifier and Type | Method and Description |
---|---|
FlightInfo |
FlightSqlScenarioProducer.getFlightInfoSqlInfo(FlightSql.CommandGetSqlInfo request,
FlightProducer.CallContext context,
FlightDescriptor descriptor) |
void |
FlightSqlScenarioProducer.getStreamSqlInfo(FlightSql.CommandGetSqlInfo command,
FlightProducer.CallContext context,
FlightProducer.ServerStreamListener listener) |
Modifier and Type | Method and Description |
---|---|
FlightInfo |
FlightSqlProducer.getFlightInfoSqlInfo(FlightSql.CommandGetSqlInfo request,
FlightProducer.CallContext context,
FlightDescriptor descriptor)
Returns the SQL Info of the server by returning a
FlightSql.CommandGetSqlInfo in a Result . |
void |
FlightSqlProducer.getStreamSqlInfo(FlightSql.CommandGetSqlInfo command,
FlightProducer.CallContext context,
FlightProducer.ServerStreamListener listener)
Returns data for SQL info based data stream.
|
Modifier and Type | Method and Description |
---|---|
FlightSql.CommandGetSqlInfo |
FlightSql.CommandGetSqlInfo.Builder.build() |
FlightSql.CommandGetSqlInfo |
FlightSql.CommandGetSqlInfo.Builder.buildPartial() |
static FlightSql.CommandGetSqlInfo |
FlightSql.CommandGetSqlInfo.getDefaultInstance() |
FlightSql.CommandGetSqlInfo |
FlightSql.CommandGetSqlInfo.getDefaultInstanceForType() |
FlightSql.CommandGetSqlInfo |
FlightSql.CommandGetSqlInfo.Builder.getDefaultInstanceForType() |
static FlightSql.CommandGetSqlInfo |
FlightSql.CommandGetSqlInfo.parseDelimitedFrom(InputStream input) |
static FlightSql.CommandGetSqlInfo |
FlightSql.CommandGetSqlInfo.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FlightSql.CommandGetSqlInfo |
FlightSql.CommandGetSqlInfo.parseFrom(byte[] data) |
static FlightSql.CommandGetSqlInfo |
FlightSql.CommandGetSqlInfo.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FlightSql.CommandGetSqlInfo |
FlightSql.CommandGetSqlInfo.parseFrom(ByteBuffer data) |
static FlightSql.CommandGetSqlInfo |
FlightSql.CommandGetSqlInfo.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FlightSql.CommandGetSqlInfo |
FlightSql.CommandGetSqlInfo.parseFrom(com.google.protobuf.ByteString data) |
static FlightSql.CommandGetSqlInfo |
FlightSql.CommandGetSqlInfo.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FlightSql.CommandGetSqlInfo |
FlightSql.CommandGetSqlInfo.parseFrom(com.google.protobuf.CodedInputStream input) |
static FlightSql.CommandGetSqlInfo |
FlightSql.CommandGetSqlInfo.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FlightSql.CommandGetSqlInfo |
FlightSql.CommandGetSqlInfo.parseFrom(InputStream input) |
static FlightSql.CommandGetSqlInfo |
FlightSql.CommandGetSqlInfo.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<FlightSql.CommandGetSqlInfo> |
FlightSql.CommandGetSqlInfo.getParserForType() |
static com.google.protobuf.Parser<FlightSql.CommandGetSqlInfo> |
FlightSql.CommandGetSqlInfo.parser() |
Modifier and Type | Method and Description |
---|---|
FlightSql.CommandGetSqlInfo.Builder |
FlightSql.CommandGetSqlInfo.Builder.mergeFrom(FlightSql.CommandGetSqlInfo other) |
static FlightSql.CommandGetSqlInfo.Builder |
FlightSql.CommandGetSqlInfo.newBuilder(FlightSql.CommandGetSqlInfo prototype) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.