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 |
---|---|
Runnable |
FlightSqlScenarioProducer.acceptPutPreparedStatementQuery(FlightSql.CommandPreparedStatementQuery command,
FlightProducer.CallContext context,
FlightStream flightStream,
FlightProducer.StreamListener<PutResult> ackStream) |
FlightInfo |
FlightSqlScenarioProducer.getFlightInfoPreparedStatement(FlightSql.CommandPreparedStatementQuery command,
FlightProducer.CallContext context,
FlightDescriptor descriptor) |
void |
FlightSqlScenarioProducer.getStreamPreparedStatement(FlightSql.CommandPreparedStatementQuery command,
FlightProducer.CallContext context,
FlightProducer.ServerStreamListener listener) |
Modifier and Type | Method and Description |
---|---|
Runnable |
FlightSqlProducer.acceptPutPreparedStatementQuery(FlightSql.CommandPreparedStatementQuery command,
FlightProducer.CallContext context,
FlightStream flightStream,
FlightProducer.StreamListener<PutResult> ackStream)
Accepts uploaded parameter values for a particular prepared statement query.
|
FlightInfo |
FlightSqlProducer.getFlightInfoPreparedStatement(FlightSql.CommandPreparedStatementQuery command,
FlightProducer.CallContext context,
FlightDescriptor descriptor)
Gets information about a particular prepared statement data stream.
|
void |
FlightSqlProducer.getStreamPreparedStatement(FlightSql.CommandPreparedStatementQuery command,
FlightProducer.CallContext context,
FlightProducer.ServerStreamListener listener)
Returns data for a particular prepared statement query instance.
|
Modifier and Type | Method and Description |
---|---|
FlightSql.CommandPreparedStatementQuery |
FlightSql.CommandPreparedStatementQuery.Builder.build() |
FlightSql.CommandPreparedStatementQuery |
FlightSql.CommandPreparedStatementQuery.Builder.buildPartial() |
static FlightSql.CommandPreparedStatementQuery |
FlightSql.CommandPreparedStatementQuery.getDefaultInstance() |
FlightSql.CommandPreparedStatementQuery |
FlightSql.CommandPreparedStatementQuery.getDefaultInstanceForType() |
FlightSql.CommandPreparedStatementQuery |
FlightSql.CommandPreparedStatementQuery.Builder.getDefaultInstanceForType() |
static FlightSql.CommandPreparedStatementQuery |
FlightSql.CommandPreparedStatementQuery.parseDelimitedFrom(InputStream input) |
static FlightSql.CommandPreparedStatementQuery |
FlightSql.CommandPreparedStatementQuery.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FlightSql.CommandPreparedStatementQuery |
FlightSql.CommandPreparedStatementQuery.parseFrom(byte[] data) |
static FlightSql.CommandPreparedStatementQuery |
FlightSql.CommandPreparedStatementQuery.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FlightSql.CommandPreparedStatementQuery |
FlightSql.CommandPreparedStatementQuery.parseFrom(ByteBuffer data) |
static FlightSql.CommandPreparedStatementQuery |
FlightSql.CommandPreparedStatementQuery.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FlightSql.CommandPreparedStatementQuery |
FlightSql.CommandPreparedStatementQuery.parseFrom(com.google.protobuf.ByteString data) |
static FlightSql.CommandPreparedStatementQuery |
FlightSql.CommandPreparedStatementQuery.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FlightSql.CommandPreparedStatementQuery |
FlightSql.CommandPreparedStatementQuery.parseFrom(com.google.protobuf.CodedInputStream input) |
static FlightSql.CommandPreparedStatementQuery |
FlightSql.CommandPreparedStatementQuery.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FlightSql.CommandPreparedStatementQuery |
FlightSql.CommandPreparedStatementQuery.parseFrom(InputStream input) |
static FlightSql.CommandPreparedStatementQuery |
FlightSql.CommandPreparedStatementQuery.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<FlightSql.CommandPreparedStatementQuery> |
FlightSql.CommandPreparedStatementQuery.getParserForType() |
static com.google.protobuf.Parser<FlightSql.CommandPreparedStatementQuery> |
FlightSql.CommandPreparedStatementQuery.parser() |
Modifier and Type | Method and Description |
---|---|
FlightSql.CommandPreparedStatementQuery.Builder |
FlightSql.CommandPreparedStatementQuery.Builder.mergeFrom(FlightSql.CommandPreparedStatementQuery other) |
static FlightSql.CommandPreparedStatementQuery.Builder |
FlightSql.CommandPreparedStatementQuery.newBuilder(FlightSql.CommandPreparedStatementQuery prototype) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.