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.getFlightInfoExportedKeys(FlightSql.CommandGetExportedKeys request,
FlightProducer.CallContext context,
FlightDescriptor descriptor) |
void |
FlightSqlScenarioProducer.getStreamExportedKeys(FlightSql.CommandGetExportedKeys command,
FlightProducer.CallContext context,
FlightProducer.ServerStreamListener listener) |
Modifier and Type | Method and Description |
---|---|
FlightInfo |
FlightSqlProducer.getFlightInfoExportedKeys(FlightSql.CommandGetExportedKeys request,
FlightProducer.CallContext context,
FlightDescriptor descriptor)
Retrieves a description of the foreign key columns that reference the given table's primary key columns
FlightSql.CommandGetExportedKeys objects in Result objects. |
void |
FlightSqlProducer.getStreamExportedKeys(FlightSql.CommandGetExportedKeys command,
FlightProducer.CallContext context,
FlightProducer.ServerStreamListener listener)
Returns data for foreign keys based data stream.
|
Modifier and Type | Method and Description |
---|---|
FlightSql.CommandGetExportedKeys |
FlightSql.CommandGetExportedKeys.Builder.build() |
FlightSql.CommandGetExportedKeys |
FlightSql.CommandGetExportedKeys.Builder.buildPartial() |
static FlightSql.CommandGetExportedKeys |
FlightSql.CommandGetExportedKeys.getDefaultInstance() |
FlightSql.CommandGetExportedKeys |
FlightSql.CommandGetExportedKeys.getDefaultInstanceForType() |
FlightSql.CommandGetExportedKeys |
FlightSql.CommandGetExportedKeys.Builder.getDefaultInstanceForType() |
static FlightSql.CommandGetExportedKeys |
FlightSql.CommandGetExportedKeys.parseDelimitedFrom(InputStream input) |
static FlightSql.CommandGetExportedKeys |
FlightSql.CommandGetExportedKeys.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FlightSql.CommandGetExportedKeys |
FlightSql.CommandGetExportedKeys.parseFrom(byte[] data) |
static FlightSql.CommandGetExportedKeys |
FlightSql.CommandGetExportedKeys.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FlightSql.CommandGetExportedKeys |
FlightSql.CommandGetExportedKeys.parseFrom(ByteBuffer data) |
static FlightSql.CommandGetExportedKeys |
FlightSql.CommandGetExportedKeys.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FlightSql.CommandGetExportedKeys |
FlightSql.CommandGetExportedKeys.parseFrom(com.google.protobuf.ByteString data) |
static FlightSql.CommandGetExportedKeys |
FlightSql.CommandGetExportedKeys.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FlightSql.CommandGetExportedKeys |
FlightSql.CommandGetExportedKeys.parseFrom(com.google.protobuf.CodedInputStream input) |
static FlightSql.CommandGetExportedKeys |
FlightSql.CommandGetExportedKeys.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FlightSql.CommandGetExportedKeys |
FlightSql.CommandGetExportedKeys.parseFrom(InputStream input) |
static FlightSql.CommandGetExportedKeys |
FlightSql.CommandGetExportedKeys.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<FlightSql.CommandGetExportedKeys> |
FlightSql.CommandGetExportedKeys.getParserForType() |
static com.google.protobuf.Parser<FlightSql.CommandGetExportedKeys> |
FlightSql.CommandGetExportedKeys.parser() |
Modifier and Type | Method and Description |
---|---|
FlightSql.CommandGetExportedKeys.Builder |
FlightSql.CommandGetExportedKeys.Builder.mergeFrom(FlightSql.CommandGetExportedKeys other) |
static FlightSql.CommandGetExportedKeys.Builder |
FlightSql.CommandGetExportedKeys.newBuilder(FlightSql.CommandGetExportedKeys prototype) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.