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 QueryInfoClickHouseGrpcClient.convert(ClickHouseRequest<?> request, boolean streaming) protected static QueryInfoClickHouseGrpcClient.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 voidClickHouseGrpcClient.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 TypeMethodDescriptionio.grpc.stub.StreamObserver<QueryInfo>ClickHouseGrpc.ClickHouseImplBase.executeQueryWithStreamInput(io.grpc.stub.StreamObserver<Result> responseObserver) io.grpc.stub.StreamObserver<QueryInfo>ClickHouseGrpc.ClickHouseStub.executeQueryWithStreamInput(io.grpc.stub.StreamObserver<Result> responseObserver) io.grpc.stub.StreamObserver<QueryInfo>ClickHouseGrpc.ClickHouseImplBase.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 TypeMethodDescriptionClickHouseGrpc.ClickHouseBlockingStub.executeQuery(QueryInfo request) com.google.common.util.concurrent.ListenableFuture<Result>ClickHouseGrpc.ClickHouseFutureStub.executeQuery(QueryInfo request) voidClickHouseGrpc.ClickHouseImplBase.executeQuery(QueryInfo request, io.grpc.stub.StreamObserver<Result> responseObserver) voidClickHouseGrpc.ClickHouseStub.executeQuery(QueryInfo request, io.grpc.stub.StreamObserver<Result> responseObserver) ClickHouseGrpc.ClickHouseBlockingStub.executeQueryWithStreamOutput(QueryInfo request) voidClickHouseGrpc.ClickHouseImplBase.executeQueryWithStreamOutput(QueryInfo request, io.grpc.stub.StreamObserver<Result> responseObserver) voidClickHouseGrpc.ClickHouseStub.executeQueryWithStreamOutput(QueryInfo request, io.grpc.stub.StreamObserver<Result> responseObserver) static QueryInfo.BuilderQueryInfo.newBuilder(QueryInfo prototype)