Uses of Class
com.clickhouse.client.grpc.impl.QueryInfo
Packages that use QueryInfo
-
Uses of QueryInfo in com.clickhouse.client.grpc
Methods in com.clickhouse.client.grpc that return QueryInfoModifier and TypeMethodDescriptionprotected static QueryInfoClickHouseGrpcClientImpl.convert(ClickHouseRequest<?> request, boolean streaming) protected static QueryInfoClickHouseGrpcClientImpl.getChunkedInputData(ClickHouseNode server, com.clickhouse.data.ClickHouseInputStream input, byte[] bytes) Method parameters in com.clickhouse.client.grpc with type arguments of type QueryInfoModifier and TypeMethodDescriptionprotected static voidClickHouseGrpcClientImpl.fill(ClickHouseRequest<?> request, io.grpc.stub.StreamObserver<QueryInfo> observer) -
Uses of QueryInfo in com.clickhouse.client.grpc.impl
Methods in com.clickhouse.client.grpc.impl that return QueryInfoModifier and TypeMethodDescriptionQueryInfo.Builder.build()QueryInfo.Builder.buildPartial()static QueryInfoQueryInfo.getDefaultInstance()QueryInfo.Builder.getDefaultInstanceForType()QueryInfo.getDefaultInstanceForType()static QueryInfoQueryInfo.parseDelimitedFrom(InputStream input) static QueryInfoQueryInfo.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static QueryInfoQueryInfo.parseFrom(byte[] data) static QueryInfoQueryInfo.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static QueryInfoQueryInfo.parseFrom(com.google.protobuf.ByteString data) static QueryInfoQueryInfo.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static QueryInfoQueryInfo.parseFrom(com.google.protobuf.CodedInputStream input) static QueryInfoQueryInfo.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static QueryInfoQueryInfo.parseFrom(InputStream input) static QueryInfoQueryInfo.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static QueryInfoQueryInfo.parseFrom(ByteBuffer data) static QueryInfoQueryInfo.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.clickhouse.client.grpc.impl that return types with arguments of type QueryInfoModifier and TypeMethodDescriptiondefault io.grpc.stub.StreamObserver<QueryInfo>ClickHouseGrpc.AsyncService.executeQueryWithStreamInput(io.grpc.stub.StreamObserver<Result> responseObserver) io.grpc.stub.StreamObserver<QueryInfo>ClickHouseGrpc.ClickHouseStub.executeQueryWithStreamInput(io.grpc.stub.StreamObserver<Result> responseObserver) default io.grpc.stub.StreamObserver<QueryInfo>ClickHouseGrpc.AsyncService.executeQueryWithStreamIO(io.grpc.stub.StreamObserver<Result> responseObserver) io.grpc.stub.StreamObserver<QueryInfo>ClickHouseGrpc.ClickHouseStub.executeQueryWithStreamIO(io.grpc.stub.StreamObserver<Result> responseObserver) ClickHouseGrpc.getExecuteQueryMethod()ClickHouseGrpc.getExecuteQueryWithStreamInputMethod()ClickHouseGrpc.getExecuteQueryWithStreamIOMethod()ClickHouseGrpc.getExecuteQueryWithStreamOutputMethod()com.google.protobuf.Parser<QueryInfo>QueryInfo.getParserForType()static com.google.protobuf.Parser<QueryInfo>QueryInfo.parser()Methods in com.clickhouse.client.grpc.impl with parameters of type QueryInfoModifier and TypeMethodDescriptiondefault voidClickHouseGrpc.AsyncService.executeQuery(QueryInfo request, io.grpc.stub.StreamObserver<Result> responseObserver) ClickHouseGrpc.ClickHouseBlockingStub.executeQuery(QueryInfo request) com.google.common.util.concurrent.ListenableFuture<Result>ClickHouseGrpc.ClickHouseFutureStub.executeQuery(QueryInfo request) voidClickHouseGrpc.ClickHouseStub.executeQuery(QueryInfo request, io.grpc.stub.StreamObserver<Result> responseObserver) default voidClickHouseGrpc.AsyncService.executeQueryWithStreamOutput(QueryInfo request, io.grpc.stub.StreamObserver<Result> responseObserver) ClickHouseGrpc.ClickHouseBlockingStub.executeQueryWithStreamOutput(QueryInfo request) voidClickHouseGrpc.ClickHouseStub.executeQueryWithStreamOutput(QueryInfo request, io.grpc.stub.StreamObserver<Result> responseObserver) static QueryInfo.BuilderQueryInfo.newBuilder(QueryInfo prototype)