Uses of Class
org.apache.arrow.flight.sql.impl.FlightSql.CommandGetDbSchemas
Packages that use FlightSql.CommandGetDbSchemas
Package
Description
-
Uses of FlightSql.CommandGetDbSchemas in org.apache.arrow.flight.integration.tests
Methods in org.apache.arrow.flight.integration.tests with parameters of type FlightSql.CommandGetDbSchemasModifier and TypeMethodDescriptionFlightSqlScenarioProducer.getFlightInfoSchemas
(FlightSql.CommandGetDbSchemas request, FlightProducer.CallContext context, FlightDescriptor descriptor) void
FlightSqlScenarioProducer.getStreamSchemas
(FlightSql.CommandGetDbSchemas command, FlightProducer.CallContext context, FlightProducer.ServerStreamListener listener) -
Uses of FlightSql.CommandGetDbSchemas in org.apache.arrow.flight.sql
Methods in org.apache.arrow.flight.sql with parameters of type FlightSql.CommandGetDbSchemasModifier and TypeMethodDescriptionBasicFlightSqlProducer.getFlightInfoSchemas
(FlightSql.CommandGetDbSchemas request, FlightProducer.CallContext context, FlightDescriptor descriptor) FlightSqlProducer.getFlightInfoSchemas
(FlightSql.CommandGetDbSchemas request, FlightProducer.CallContext context, FlightDescriptor descriptor) Returns the available schemas by returning a stream ofFlightSql.CommandGetDbSchemas
objects inResult
objects.NoOpFlightSqlProducer.getFlightInfoSchemas
(FlightSql.CommandGetDbSchemas request, FlightProducer.CallContext context, FlightDescriptor descriptor) void
FlightSqlProducer.getStreamSchemas
(FlightSql.CommandGetDbSchemas command, FlightProducer.CallContext context, FlightProducer.ServerStreamListener listener) Returns data for schemas based data stream.void
NoOpFlightSqlProducer.getStreamSchemas
(FlightSql.CommandGetDbSchemas command, FlightProducer.CallContext context, FlightProducer.ServerStreamListener listener) -
Uses of FlightSql.CommandGetDbSchemas in org.apache.arrow.flight.sql.impl
Methods in org.apache.arrow.flight.sql.impl that return FlightSql.CommandGetDbSchemasModifier and TypeMethodDescriptionFlightSql.CommandGetDbSchemas.Builder.build()
FlightSql.CommandGetDbSchemas.Builder.buildPartial()
FlightSql.CommandGetDbSchemas.getDefaultInstance()
FlightSql.CommandGetDbSchemas.Builder.getDefaultInstanceForType()
FlightSql.CommandGetDbSchemas.getDefaultInstanceForType()
FlightSql.CommandGetDbSchemas.parseDelimitedFrom
(InputStream input) FlightSql.CommandGetDbSchemas.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FlightSql.CommandGetDbSchemas.parseFrom
(byte[] data) FlightSql.CommandGetDbSchemas.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FlightSql.CommandGetDbSchemas.parseFrom
(com.google.protobuf.ByteString data) FlightSql.CommandGetDbSchemas.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FlightSql.CommandGetDbSchemas.parseFrom
(com.google.protobuf.CodedInputStream input) FlightSql.CommandGetDbSchemas.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FlightSql.CommandGetDbSchemas.parseFrom
(InputStream input) FlightSql.CommandGetDbSchemas.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FlightSql.CommandGetDbSchemas.parseFrom
(ByteBuffer data) FlightSql.CommandGetDbSchemas.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.arrow.flight.sql.impl that return types with arguments of type FlightSql.CommandGetDbSchemasModifier and TypeMethodDescriptioncom.google.protobuf.Parser<FlightSql.CommandGetDbSchemas>
FlightSql.CommandGetDbSchemas.getParserForType()
static com.google.protobuf.Parser<FlightSql.CommandGetDbSchemas>
FlightSql.CommandGetDbSchemas.parser()
Methods in org.apache.arrow.flight.sql.impl with parameters of type FlightSql.CommandGetDbSchemasModifier and TypeMethodDescriptionFlightSql.CommandGetDbSchemas.Builder.mergeFrom
(FlightSql.CommandGetDbSchemas other) FlightSql.CommandGetDbSchemas.newBuilder
(FlightSql.CommandGetDbSchemas prototype)