Uses of Class
com.clickhouse.client.grpc.impl.Result.Builder
Packages that use Result.Builder
-
Uses of Result.Builder in com.clickhouse.client.grpc.impl
Methods in com.clickhouse.client.grpc.impl that return Result.BuilderModifier and TypeMethodDescriptionResult.Builder.addAllLogs(Iterable<? extends LogEntry> values) repeated .clickhouse.grpc.LogEntry logs = 4;Result.Builder.addAllOutputColumns(Iterable<? extends NameAndType> values) The names and types of columns of the result written in `output`.repeated .clickhouse.grpc.LogEntry logs = 4;Result.Builder.addLogs(int index, LogEntry.Builder builderForValue) repeated .clickhouse.grpc.LogEntry logs = 4;repeated .clickhouse.grpc.LogEntry logs = 4;Result.Builder.addLogs(LogEntry.Builder builderForValue) repeated .clickhouse.grpc.LogEntry logs = 4;Result.Builder.addOutputColumns(int index, NameAndType value) The names and types of columns of the result written in `output`.Result.Builder.addOutputColumns(int index, NameAndType.Builder builderForValue) The names and types of columns of the result written in `output`.Result.Builder.addOutputColumns(NameAndType value) The names and types of columns of the result written in `output`.Result.Builder.addOutputColumns(NameAndType.Builder builderForValue) The names and types of columns of the result written in `output`.Result.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Result.Builder.clear()Result.Builder.clearCancelled()Set by the ClickHouse server if executing was cancelled by the `cancel` field in QueryInfo.Result.Builder.clearException()Set by the ClickHouse server if there was an exception thrown while executing.Result.Builder.clearExtremes()bytes extremes = 3;Result.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Result.Builder.clearLogs()repeated .clickhouse.grpc.LogEntry logs = 4;Result.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Result.Builder.clearOutput()Output of the query, represented in the `output_format`.Result.Builder.clearOutputColumns()The names and types of columns of the result written in `output`.Result.Builder.clearOutputFormat()The format in which `output`, `totals` and `extremes` are written.Result.Builder.clearProgress().clickhouse.grpc.Progress progress = 5;Result.Builder.clearQueryId()string query_id = 9;Result.Builder.clearStats().clickhouse.grpc.Stats stats = 6;Result.Builder.clearTimeZone()string time_zone = 10;Result.Builder.clearTotals()bytes totals = 2;Result.Builder.clone()Result.Builder.mergeException(Exception value) Set by the ClickHouse server if there was an exception thrown while executing.Result.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Result.Builder.mergeFrom(com.google.protobuf.Message other) Result.Builder.mergeProgress(Progress value) .clickhouse.grpc.Progress progress = 5;Result.Builder.mergeStats(Stats value) .clickhouse.grpc.Stats stats = 6;final Result.BuilderResult.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Result.BuilderResult.newBuilder()static Result.BuilderResult.newBuilder(Result prototype) Result.newBuilderForType()protected Result.BuilderResult.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Result.Builder.removeLogs(int index) repeated .clickhouse.grpc.LogEntry logs = 4;Result.Builder.removeOutputColumns(int index) The names and types of columns of the result written in `output`.Result.Builder.setCancelled(boolean value) Set by the ClickHouse server if executing was cancelled by the `cancel` field in QueryInfo.Result.Builder.setException(Exception value) Set by the ClickHouse server if there was an exception thrown while executing.Result.Builder.setException(Exception.Builder builderForValue) Set by the ClickHouse server if there was an exception thrown while executing.Result.Builder.setExtremes(com.google.protobuf.ByteString value) bytes extremes = 3;repeated .clickhouse.grpc.LogEntry logs = 4;Result.Builder.setLogs(int index, LogEntry.Builder builderForValue) repeated .clickhouse.grpc.LogEntry logs = 4;Result.Builder.setOutput(com.google.protobuf.ByteString value) Output of the query, represented in the `output_format`.Result.Builder.setOutputColumns(int index, NameAndType value) The names and types of columns of the result written in `output`.Result.Builder.setOutputColumns(int index, NameAndType.Builder builderForValue) The names and types of columns of the result written in `output`.Result.Builder.setOutputFormat(String value) The format in which `output`, `totals` and `extremes` are written.Result.Builder.setOutputFormatBytes(com.google.protobuf.ByteString value) The format in which `output`, `totals` and `extremes` are written.Result.Builder.setProgress(Progress value) .clickhouse.grpc.Progress progress = 5;Result.Builder.setProgress(Progress.Builder builderForValue) .clickhouse.grpc.Progress progress = 5;Result.Builder.setQueryId(String value) string query_id = 9;Result.Builder.setQueryIdBytes(com.google.protobuf.ByteString value) string query_id = 9;Result.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) .clickhouse.grpc.Stats stats = 6;Result.Builder.setStats(Stats.Builder builderForValue) .clickhouse.grpc.Stats stats = 6;Result.Builder.setTimeZone(String value) string time_zone = 10;Result.Builder.setTimeZoneBytes(com.google.protobuf.ByteString value) string time_zone = 10;Result.Builder.setTotals(com.google.protobuf.ByteString value) bytes totals = 2;final Result.BuilderResult.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Result.toBuilder()