Uses of Class
io.dingodb.common.Common.TableData.Builder
Packages that use Common.TableData.Builder
-
Uses of Common.TableData.Builder in io.dingodb.common
Methods in io.dingodb.common that return Common.TableData.BuilderModifier and TypeMethodDescriptionCommon.TableData.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Common.TableData.Builder.clear()Common.TableData.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Common.TableData.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Common.TableData.Builder.clearTableKey()table primary key of this documentCommon.TableData.Builder.clearTableValue()table value of this documentCommon.TableData.Builder.clone()Common.Document.Builder.getTableDataBuilder()table data of this document, only SQL can use this fieldCommon.TableData.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Common.TableData.Builder.mergeFrom(com.google.protobuf.Message other) Common.TableData.Builder.mergeFrom(Common.TableData other) final Common.TableData.BuilderCommon.TableData.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Common.TableData.BuilderCommon.TableData.newBuilder()static Common.TableData.BuilderCommon.TableData.newBuilder(Common.TableData prototype) Common.TableData.newBuilderForType()protected Common.TableData.BuilderCommon.TableData.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Common.TableData.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Common.TableData.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Common.TableData.Builder.setTableKey(com.google.protobuf.ByteString value) table primary key of this documentCommon.TableData.Builder.setTableValue(com.google.protobuf.ByteString value) table value of this documentfinal Common.TableData.BuilderCommon.TableData.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Common.TableData.toBuilder()Methods in io.dingodb.common with parameters of type Common.TableData.BuilderModifier and TypeMethodDescriptionCommon.Document.Builder.setTableData(Common.TableData.Builder builderForValue) table data of this document, only SQL can use this field