Package com.clickhouse.client.grpc.impl
Class Result.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<Result.Builder>
com.clickhouse.client.grpc.impl.Result.Builder
- All Implemented Interfaces:
ResultOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- Result
public static final class Result.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<Result.Builder>
implements ResultOrBuilder
Result of execution of a query which is sent back by the ClickHouse server to the client.Protobuf type
clickhouse.grpc.Result-
Method Summary
Modifier and TypeMethodDescriptionaddAllLogs(Iterable<? extends LogEntry> values) repeated .clickhouse.grpc.LogEntry logs = 4;addAllOutputColumns(Iterable<? extends NameAndType> values) The names and types of columns of the result written in `output`.repeated .clickhouse.grpc.LogEntry logs = 4;addLogs(int index, LogEntry.Builder builderForValue) repeated .clickhouse.grpc.LogEntry logs = 4;repeated .clickhouse.grpc.LogEntry logs = 4;addLogs(LogEntry.Builder builderForValue) repeated .clickhouse.grpc.LogEntry logs = 4;repeated .clickhouse.grpc.LogEntry logs = 4;addLogsBuilder(int index) repeated .clickhouse.grpc.LogEntry logs = 4;addOutputColumns(int index, NameAndType value) The names and types of columns of the result written in `output`.addOutputColumns(int index, NameAndType.Builder builderForValue) The names and types of columns of the result written in `output`.addOutputColumns(NameAndType value) The names and types of columns of the result written in `output`.addOutputColumns(NameAndType.Builder builderForValue) The names and types of columns of the result written in `output`.The names and types of columns of the result written in `output`.addOutputColumnsBuilder(int index) The names and types of columns of the result written in `output`.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()clear()Set by the ClickHouse server if executing was cancelled by the `cancel` field in QueryInfo.Set by the ClickHouse server if there was an exception thrown while executing.bytes extremes = 3;clearField(com.google.protobuf.Descriptors.FieldDescriptor field) repeated .clickhouse.grpc.LogEntry logs = 4;clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Output of the query, represented in the `output_format`.The names and types of columns of the result written in `output`.The format in which `output`, `totals` and `extremes` are written..clickhouse.grpc.Progress progress = 5;string query_id = 9;.clickhouse.grpc.Stats stats = 6;string time_zone = 10;bytes totals = 2;clone()booleanSet by the ClickHouse server if executing was cancelled by the `cancel` field in QueryInfo.static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorSet by the ClickHouse server if there was an exception thrown while executing.Set by the ClickHouse server if there was an exception thrown while executing.Set by the ClickHouse server if there was an exception thrown while executing.com.google.protobuf.ByteStringbytes extremes = 3;getLogs(int index) repeated .clickhouse.grpc.LogEntry logs = 4;getLogsBuilder(int index) repeated .clickhouse.grpc.LogEntry logs = 4;repeated .clickhouse.grpc.LogEntry logs = 4;intrepeated .clickhouse.grpc.LogEntry logs = 4;repeated .clickhouse.grpc.LogEntry logs = 4;getLogsOrBuilder(int index) repeated .clickhouse.grpc.LogEntry logs = 4;List<? extends LogEntryOrBuilder>repeated .clickhouse.grpc.LogEntry logs = 4;com.google.protobuf.ByteStringOutput of the query, represented in the `output_format`.getOutputColumns(int index) The names and types of columns of the result written in `output`.getOutputColumnsBuilder(int index) The names and types of columns of the result written in `output`.The names and types of columns of the result written in `output`.intThe names and types of columns of the result written in `output`.The names and types of columns of the result written in `output`.getOutputColumnsOrBuilder(int index) The names and types of columns of the result written in `output`.List<? extends NameAndTypeOrBuilder>The names and types of columns of the result written in `output`.The format in which `output`, `totals` and `extremes` are written.com.google.protobuf.ByteStringThe format in which `output`, `totals` and `extremes` are written..clickhouse.grpc.Progress progress = 5;.clickhouse.grpc.Progress progress = 5;.clickhouse.grpc.Progress progress = 5;string query_id = 9;com.google.protobuf.ByteStringstring query_id = 9;getStats().clickhouse.grpc.Stats stats = 6;.clickhouse.grpc.Stats stats = 6;.clickhouse.grpc.Stats stats = 6;string time_zone = 10;com.google.protobuf.ByteStringstring time_zone = 10;com.google.protobuf.ByteStringbytes totals = 2;booleanSet by the ClickHouse server if there was an exception thrown while executing.boolean.clickhouse.grpc.Progress progress = 5;booleanhasStats().clickhouse.grpc.Stats stats = 6;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTablefinal booleanmergeException(Exception value) Set by the ClickHouse server if there was an exception thrown while executing.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) mergeProgress(Progress value) .clickhouse.grpc.Progress progress = 5;mergeStats(Stats value) .clickhouse.grpc.Stats stats = 6;final Result.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) removeLogs(int index) repeated .clickhouse.grpc.LogEntry logs = 4;removeOutputColumns(int index) The names and types of columns of the result written in `output`.setCancelled(boolean value) Set by the ClickHouse server if executing was cancelled by the `cancel` field in QueryInfo.setException(Exception value) Set by the ClickHouse server if there was an exception thrown while executing.setException(Exception.Builder builderForValue) Set by the ClickHouse server if there was an exception thrown while executing.setExtremes(com.google.protobuf.ByteString value) bytes extremes = 3;repeated .clickhouse.grpc.LogEntry logs = 4;setLogs(int index, LogEntry.Builder builderForValue) repeated .clickhouse.grpc.LogEntry logs = 4;setOutput(com.google.protobuf.ByteString value) Output of the query, represented in the `output_format`.setOutputColumns(int index, NameAndType value) The names and types of columns of the result written in `output`.setOutputColumns(int index, NameAndType.Builder builderForValue) The names and types of columns of the result written in `output`.setOutputFormat(String value) The format in which `output`, `totals` and `extremes` are written.setOutputFormatBytes(com.google.protobuf.ByteString value) The format in which `output`, `totals` and `extremes` are written.setProgress(Progress value) .clickhouse.grpc.Progress progress = 5;setProgress(Progress.Builder builderForValue) .clickhouse.grpc.Progress progress = 5;setQueryId(String value) string query_id = 9;setQueryIdBytes(com.google.protobuf.ByteString value) string query_id = 9;setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) .clickhouse.grpc.Stats stats = 6;setStats(Stats.Builder builderForValue) .clickhouse.grpc.Stats stats = 6;setTimeZone(String value) string time_zone = 10;setTimeZoneBytes(com.google.protobuf.ByteString value) string time_zone = 10;setTotals(com.google.protobuf.ByteString value) bytes totals = 2;final Result.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<Result.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<Result.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<Result.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<Result.Builder>
-
setField
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Result.Builder>
-
clearField
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Result.Builder>
-
clearOneof
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<Result.Builder>
-
setRepeatedField
public Result.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Result.Builder>
-
addRepeatedField
public Result.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Result.Builder>
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Result.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<Result.Builder>
-
mergeFrom
public Result.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Result.Builder>- Throws:
IOException
-
getQueryId
string query_id = 9;- Specified by:
getQueryIdin interfaceResultOrBuilder- Returns:
- The queryId.
-
getQueryIdBytes
public com.google.protobuf.ByteString getQueryIdBytes()string query_id = 9;- Specified by:
getQueryIdBytesin interfaceResultOrBuilder- Returns:
- The bytes for queryId.
-
setQueryId
string query_id = 9;- Parameters:
value- The queryId to set.- Returns:
- This builder for chaining.
-
clearQueryId
string query_id = 9;- Returns:
- This builder for chaining.
-
setQueryIdBytes
string query_id = 9;- Parameters:
value- The bytes for queryId to set.- Returns:
- This builder for chaining.
-
getTimeZone
string time_zone = 10;- Specified by:
getTimeZonein interfaceResultOrBuilder- Returns:
- The timeZone.
-
getTimeZoneBytes
public com.google.protobuf.ByteString getTimeZoneBytes()string time_zone = 10;- Specified by:
getTimeZoneBytesin interfaceResultOrBuilder- Returns:
- The bytes for timeZone.
-
setTimeZone
string time_zone = 10;- Parameters:
value- The timeZone to set.- Returns:
- This builder for chaining.
-
clearTimeZone
string time_zone = 10;- Returns:
- This builder for chaining.
-
setTimeZoneBytes
string time_zone = 10;- Parameters:
value- The bytes for timeZone to set.- Returns:
- This builder for chaining.
-
getOutputFormat
The format in which `output`, `totals` and `extremes` are written. It's either the same as `output_format` specified in `QueryInfo` or the format specified in the query itself.
string output_format = 11;- Specified by:
getOutputFormatin interfaceResultOrBuilder- Returns:
- The outputFormat.
-
getOutputFormatBytes
public com.google.protobuf.ByteString getOutputFormatBytes()The format in which `output`, `totals` and `extremes` are written. It's either the same as `output_format` specified in `QueryInfo` or the format specified in the query itself.
string output_format = 11;- Specified by:
getOutputFormatBytesin interfaceResultOrBuilder- Returns:
- The bytes for outputFormat.
-
setOutputFormat
The format in which `output`, `totals` and `extremes` are written. It's either the same as `output_format` specified in `QueryInfo` or the format specified in the query itself.
string output_format = 11;- Parameters:
value- The outputFormat to set.- Returns:
- This builder for chaining.
-
clearOutputFormat
The format in which `output`, `totals` and `extremes` are written. It's either the same as `output_format` specified in `QueryInfo` or the format specified in the query itself.
string output_format = 11;- Returns:
- This builder for chaining.
-
setOutputFormatBytes
The format in which `output`, `totals` and `extremes` are written. It's either the same as `output_format` specified in `QueryInfo` or the format specified in the query itself.
string output_format = 11;- Parameters:
value- The bytes for outputFormat to set.- Returns:
- This builder for chaining.
-
getOutputColumnsList
The names and types of columns of the result written in `output`.
repeated .clickhouse.grpc.NameAndType output_columns = 12;- Specified by:
getOutputColumnsListin interfaceResultOrBuilder
-
getOutputColumnsCount
public int getOutputColumnsCount()The names and types of columns of the result written in `output`.
repeated .clickhouse.grpc.NameAndType output_columns = 12;- Specified by:
getOutputColumnsCountin interfaceResultOrBuilder
-
getOutputColumns
The names and types of columns of the result written in `output`.
repeated .clickhouse.grpc.NameAndType output_columns = 12;- Specified by:
getOutputColumnsin interfaceResultOrBuilder
-
setOutputColumns
The names and types of columns of the result written in `output`.
repeated .clickhouse.grpc.NameAndType output_columns = 12; -
setOutputColumns
The names and types of columns of the result written in `output`.
repeated .clickhouse.grpc.NameAndType output_columns = 12; -
addOutputColumns
The names and types of columns of the result written in `output`.
repeated .clickhouse.grpc.NameAndType output_columns = 12; -
addOutputColumns
The names and types of columns of the result written in `output`.
repeated .clickhouse.grpc.NameAndType output_columns = 12; -
addOutputColumns
The names and types of columns of the result written in `output`.
repeated .clickhouse.grpc.NameAndType output_columns = 12; -
addOutputColumns
The names and types of columns of the result written in `output`.
repeated .clickhouse.grpc.NameAndType output_columns = 12; -
addAllOutputColumns
The names and types of columns of the result written in `output`.
repeated .clickhouse.grpc.NameAndType output_columns = 12; -
clearOutputColumns
The names and types of columns of the result written in `output`.
repeated .clickhouse.grpc.NameAndType output_columns = 12; -
removeOutputColumns
The names and types of columns of the result written in `output`.
repeated .clickhouse.grpc.NameAndType output_columns = 12; -
getOutputColumnsBuilder
The names and types of columns of the result written in `output`.
repeated .clickhouse.grpc.NameAndType output_columns = 12; -
getOutputColumnsOrBuilder
The names and types of columns of the result written in `output`.
repeated .clickhouse.grpc.NameAndType output_columns = 12;- Specified by:
getOutputColumnsOrBuilderin interfaceResultOrBuilder
-
getOutputColumnsOrBuilderList
The names and types of columns of the result written in `output`.
repeated .clickhouse.grpc.NameAndType output_columns = 12;- Specified by:
getOutputColumnsOrBuilderListin interfaceResultOrBuilder
-
addOutputColumnsBuilder
The names and types of columns of the result written in `output`.
repeated .clickhouse.grpc.NameAndType output_columns = 12; -
addOutputColumnsBuilder
The names and types of columns of the result written in `output`.
repeated .clickhouse.grpc.NameAndType output_columns = 12; -
getOutputColumnsBuilderList
The names and types of columns of the result written in `output`.
repeated .clickhouse.grpc.NameAndType output_columns = 12; -
getOutput
public com.google.protobuf.ByteString getOutput()Output of the query, represented in the `output_format`.
bytes output = 1;- Specified by:
getOutputin interfaceResultOrBuilder- Returns:
- The output.
-
setOutput
Output of the query, represented in the `output_format`.
bytes output = 1;- Parameters:
value- The output to set.- Returns:
- This builder for chaining.
-
clearOutput
Output of the query, represented in the `output_format`.
bytes output = 1;- Returns:
- This builder for chaining.
-
getTotals
public com.google.protobuf.ByteString getTotals()bytes totals = 2;- Specified by:
getTotalsin interfaceResultOrBuilder- Returns:
- The totals.
-
setTotals
bytes totals = 2;- Parameters:
value- The totals to set.- Returns:
- This builder for chaining.
-
clearTotals
bytes totals = 2;- Returns:
- This builder for chaining.
-
getExtremes
public com.google.protobuf.ByteString getExtremes()bytes extremes = 3;- Specified by:
getExtremesin interfaceResultOrBuilder- Returns:
- The extremes.
-
setExtremes
bytes extremes = 3;- Parameters:
value- The extremes to set.- Returns:
- This builder for chaining.
-
clearExtremes
bytes extremes = 3;- Returns:
- This builder for chaining.
-
getLogsList
repeated .clickhouse.grpc.LogEntry logs = 4;- Specified by:
getLogsListin interfaceResultOrBuilder
-
getLogsCount
public int getLogsCount()repeated .clickhouse.grpc.LogEntry logs = 4;- Specified by:
getLogsCountin interfaceResultOrBuilder
-
getLogs
repeated .clickhouse.grpc.LogEntry logs = 4;- Specified by:
getLogsin interfaceResultOrBuilder
-
setLogs
repeated .clickhouse.grpc.LogEntry logs = 4; -
setLogs
repeated .clickhouse.grpc.LogEntry logs = 4; -
addLogs
repeated .clickhouse.grpc.LogEntry logs = 4; -
addLogs
repeated .clickhouse.grpc.LogEntry logs = 4; -
addLogs
repeated .clickhouse.grpc.LogEntry logs = 4; -
addLogs
repeated .clickhouse.grpc.LogEntry logs = 4; -
addAllLogs
repeated .clickhouse.grpc.LogEntry logs = 4; -
clearLogs
repeated .clickhouse.grpc.LogEntry logs = 4; -
removeLogs
repeated .clickhouse.grpc.LogEntry logs = 4; -
getLogsBuilder
repeated .clickhouse.grpc.LogEntry logs = 4; -
getLogsOrBuilder
repeated .clickhouse.grpc.LogEntry logs = 4;- Specified by:
getLogsOrBuilderin interfaceResultOrBuilder
-
getLogsOrBuilderList
repeated .clickhouse.grpc.LogEntry logs = 4;- Specified by:
getLogsOrBuilderListin interfaceResultOrBuilder
-
addLogsBuilder
repeated .clickhouse.grpc.LogEntry logs = 4; -
addLogsBuilder
repeated .clickhouse.grpc.LogEntry logs = 4; -
getLogsBuilderList
repeated .clickhouse.grpc.LogEntry logs = 4; -
hasProgress
public boolean hasProgress().clickhouse.grpc.Progress progress = 5;- Specified by:
hasProgressin interfaceResultOrBuilder- Returns:
- Whether the progress field is set.
-
getProgress
.clickhouse.grpc.Progress progress = 5;- Specified by:
getProgressin interfaceResultOrBuilder- Returns:
- The progress.
-
setProgress
.clickhouse.grpc.Progress progress = 5; -
setProgress
.clickhouse.grpc.Progress progress = 5; -
mergeProgress
.clickhouse.grpc.Progress progress = 5; -
clearProgress
.clickhouse.grpc.Progress progress = 5; -
getProgressBuilder
.clickhouse.grpc.Progress progress = 5; -
getProgressOrBuilder
.clickhouse.grpc.Progress progress = 5;- Specified by:
getProgressOrBuilderin interfaceResultOrBuilder
-
hasStats
public boolean hasStats().clickhouse.grpc.Stats stats = 6;- Specified by:
hasStatsin interfaceResultOrBuilder- Returns:
- Whether the stats field is set.
-
getStats
.clickhouse.grpc.Stats stats = 6;- Specified by:
getStatsin interfaceResultOrBuilder- Returns:
- The stats.
-
setStats
.clickhouse.grpc.Stats stats = 6; -
setStats
.clickhouse.grpc.Stats stats = 6; -
mergeStats
.clickhouse.grpc.Stats stats = 6; -
clearStats
.clickhouse.grpc.Stats stats = 6; -
getStatsBuilder
.clickhouse.grpc.Stats stats = 6; -
getStatsOrBuilder
.clickhouse.grpc.Stats stats = 6;- Specified by:
getStatsOrBuilderin interfaceResultOrBuilder
-
hasException
public boolean hasException()Set by the ClickHouse server if there was an exception thrown while executing.
.clickhouse.grpc.Exception exception = 7;- Specified by:
hasExceptionin interfaceResultOrBuilder- Returns:
- Whether the exception field is set.
-
getException
Set by the ClickHouse server if there was an exception thrown while executing.
.clickhouse.grpc.Exception exception = 7;- Specified by:
getExceptionin interfaceResultOrBuilder- Returns:
- The exception.
-
setException
Set by the ClickHouse server if there was an exception thrown while executing.
.clickhouse.grpc.Exception exception = 7; -
setException
Set by the ClickHouse server if there was an exception thrown while executing.
.clickhouse.grpc.Exception exception = 7; -
mergeException
Set by the ClickHouse server if there was an exception thrown while executing.
.clickhouse.grpc.Exception exception = 7; -
clearException
Set by the ClickHouse server if there was an exception thrown while executing.
.clickhouse.grpc.Exception exception = 7; -
getExceptionBuilder
Set by the ClickHouse server if there was an exception thrown while executing.
.clickhouse.grpc.Exception exception = 7; -
getExceptionOrBuilder
Set by the ClickHouse server if there was an exception thrown while executing.
.clickhouse.grpc.Exception exception = 7;- Specified by:
getExceptionOrBuilderin interfaceResultOrBuilder
-
getCancelled
public boolean getCancelled()Set by the ClickHouse server if executing was cancelled by the `cancel` field in QueryInfo.
bool cancelled = 8;- Specified by:
getCancelledin interfaceResultOrBuilder- Returns:
- The cancelled.
-
setCancelled
Set by the ClickHouse server if executing was cancelled by the `cancel` field in QueryInfo.
bool cancelled = 8;- Parameters:
value- The cancelled to set.- Returns:
- This builder for chaining.
-
clearCancelled
Set by the ClickHouse server if executing was cancelled by the `cancel` field in QueryInfo.
bool cancelled = 8;- Returns:
- This builder for chaining.
-
setUnknownFields
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Result.Builder>
-
mergeUnknownFields
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Result.Builder>
-