Uses of Class
org.apache.arrow.flight.impl.Flight.SchemaResult
Packages that use Flight.SchemaResult
-
Uses of Flight.SchemaResult in org.apache.arrow.flight.impl
Methods in org.apache.arrow.flight.impl that return Flight.SchemaResultModifier and TypeMethodDescriptionFlight.SchemaResult.Builder.build()
Flight.SchemaResult.Builder.buildPartial()
static Flight.SchemaResult
Flight.SchemaResult.getDefaultInstance()
Flight.SchemaResult.Builder.getDefaultInstanceForType()
Flight.SchemaResult.getDefaultInstanceForType()
FlightServiceGrpc.FlightServiceBlockingStub.getSchema
(Flight.FlightDescriptor request) For a given FlightDescriptor, get the Schema as described in Schema.fbs::Schema This is used when a consumer needs the Schema of flight stream.static Flight.SchemaResult
Flight.SchemaResult.parseDelimitedFrom
(InputStream input) static Flight.SchemaResult
Flight.SchemaResult.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.SchemaResult
Flight.SchemaResult.parseFrom
(byte[] data) static Flight.SchemaResult
Flight.SchemaResult.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.SchemaResult
Flight.SchemaResult.parseFrom
(com.google.protobuf.ByteString data) static Flight.SchemaResult
Flight.SchemaResult.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.SchemaResult
Flight.SchemaResult.parseFrom
(com.google.protobuf.CodedInputStream input) static Flight.SchemaResult
Flight.SchemaResult.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.SchemaResult
Flight.SchemaResult.parseFrom
(InputStream input) static Flight.SchemaResult
Flight.SchemaResult.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.SchemaResult
Flight.SchemaResult.parseFrom
(ByteBuffer data) static Flight.SchemaResult
Flight.SchemaResult.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.arrow.flight.impl that return types with arguments of type Flight.SchemaResultModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<Flight.FlightDescriptor,
Flight.SchemaResult> FlightServiceGrpc.getGetSchemaMethod()
com.google.protobuf.Parser<Flight.SchemaResult>
Flight.SchemaResult.getParserForType()
com.google.common.util.concurrent.ListenableFuture<Flight.SchemaResult>
FlightServiceGrpc.FlightServiceFutureStub.getSchema
(Flight.FlightDescriptor request) For a given FlightDescriptor, get the Schema as described in Schema.fbs::Schema This is used when a consumer needs the Schema of flight stream.static com.google.protobuf.Parser<Flight.SchemaResult>
Flight.SchemaResult.parser()
Methods in org.apache.arrow.flight.impl with parameters of type Flight.SchemaResultModifier and TypeMethodDescriptionFlight.SchemaResult.Builder.mergeFrom
(Flight.SchemaResult other) static Flight.SchemaResult.Builder
Flight.SchemaResult.newBuilder
(Flight.SchemaResult prototype) Method parameters in org.apache.arrow.flight.impl with type arguments of type Flight.SchemaResultModifier and TypeMethodDescriptiondefault void
FlightServiceGrpc.AsyncService.getSchema
(Flight.FlightDescriptor request, io.grpc.stub.StreamObserver<Flight.SchemaResult> responseObserver) For a given FlightDescriptor, get the Schema as described in Schema.fbs::Schema This is used when a consumer needs the Schema of flight stream.void
FlightServiceGrpc.FlightServiceStub.getSchema
(Flight.FlightDescriptor request, io.grpc.stub.StreamObserver<Flight.SchemaResult> responseObserver) For a given FlightDescriptor, get the Schema as described in Schema.fbs::Schema This is used when a consumer needs the Schema of flight stream.