Uses of Class
org.apache.arrow.flight.impl.Flight.SchemaResult
-
Uses of Flight.SchemaResult in org.apache.arrow.flight.impl
Modifier 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) Modifier 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()
Modifier and TypeMethodDescriptionFlight.SchemaResult.Builder.mergeFrom
(Flight.SchemaResult other) static Flight.SchemaResult.Builder
Flight.SchemaResult.newBuilder
(Flight.SchemaResult prototype) Modifier 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.