Uses of Class
org.apache.arrow.flight.sql.impl.FlightSql.CommandGetSqlInfo
Packages that use FlightSql.CommandGetSqlInfo
Package
Description
-
Uses of FlightSql.CommandGetSqlInfo in org.apache.arrow.flight.integration.tests
Methods in org.apache.arrow.flight.integration.tests with parameters of type FlightSql.CommandGetSqlInfoModifier and TypeMethodDescriptionFlightSqlScenarioProducer.getFlightInfoSqlInfo
(FlightSql.CommandGetSqlInfo request, FlightProducer.CallContext context, FlightDescriptor descriptor) void
FlightSqlScenarioProducer.getStreamSqlInfo
(FlightSql.CommandGetSqlInfo command, FlightProducer.CallContext context, FlightProducer.ServerStreamListener listener) -
Uses of FlightSql.CommandGetSqlInfo in org.apache.arrow.flight.sql
Methods in org.apache.arrow.flight.sql with parameters of type FlightSql.CommandGetSqlInfoModifier and TypeMethodDescriptionBasicFlightSqlProducer.getFlightInfoSqlInfo
(FlightSql.CommandGetSqlInfo request, FlightProducer.CallContext context, FlightDescriptor descriptor) FlightSqlProducer.getFlightInfoSqlInfo
(FlightSql.CommandGetSqlInfo request, FlightProducer.CallContext context, FlightDescriptor descriptor) Returns the SQL Info of the server by returning aFlightSql.CommandGetSqlInfo
in aResult
.NoOpFlightSqlProducer.getFlightInfoSqlInfo
(FlightSql.CommandGetSqlInfo request, FlightProducer.CallContext context, FlightDescriptor descriptor) void
FlightSqlProducer.getStreamSqlInfo
(FlightSql.CommandGetSqlInfo command, FlightProducer.CallContext context, FlightProducer.ServerStreamListener listener) Returns data for SQL info based data stream.void
NoOpFlightSqlProducer.getStreamSqlInfo
(FlightSql.CommandGetSqlInfo command, FlightProducer.CallContext context, FlightProducer.ServerStreamListener listener) -
Uses of FlightSql.CommandGetSqlInfo in org.apache.arrow.flight.sql.impl
Methods in org.apache.arrow.flight.sql.impl that return FlightSql.CommandGetSqlInfoModifier and TypeMethodDescriptionFlightSql.CommandGetSqlInfo.Builder.build()
FlightSql.CommandGetSqlInfo.Builder.buildPartial()
static FlightSql.CommandGetSqlInfo
FlightSql.CommandGetSqlInfo.getDefaultInstance()
FlightSql.CommandGetSqlInfo.Builder.getDefaultInstanceForType()
FlightSql.CommandGetSqlInfo.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
(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) static FlightSql.CommandGetSqlInfo
FlightSql.CommandGetSqlInfo.parseFrom
(ByteBuffer data) static FlightSql.CommandGetSqlInfo
FlightSql.CommandGetSqlInfo.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.arrow.flight.sql.impl that return types with arguments of type FlightSql.CommandGetSqlInfoModifier and TypeMethodDescriptioncom.google.protobuf.Parser<FlightSql.CommandGetSqlInfo>
FlightSql.CommandGetSqlInfo.getParserForType()
static com.google.protobuf.Parser<FlightSql.CommandGetSqlInfo>
FlightSql.CommandGetSqlInfo.parser()
Methods in org.apache.arrow.flight.sql.impl with parameters of type FlightSql.CommandGetSqlInfoModifier and TypeMethodDescriptionFlightSql.CommandGetSqlInfo.Builder.mergeFrom
(FlightSql.CommandGetSqlInfo other) FlightSql.CommandGetSqlInfo.newBuilder
(FlightSql.CommandGetSqlInfo prototype)