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