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