public static final class DecimalColumnStatsData.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<DecimalColumnStatsData.Builder> implements DecimalColumnStatsDataOrBuilder
alluxio.grpc.table.DecimalColumnStatsData
Modifier and Type | Method and Description |
---|---|
DecimalColumnStatsData.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DecimalColumnStatsData |
build() |
DecimalColumnStatsData |
buildPartial() |
DecimalColumnStatsData.Builder |
clear() |
DecimalColumnStatsData.Builder |
clearBitVectors()
optional string bit_vectors = 5; |
DecimalColumnStatsData.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
DecimalColumnStatsData.Builder |
clearHighValue()
optional .alluxio.grpc.table.Decimal high_value = 2; |
DecimalColumnStatsData.Builder |
clearLowValue()
optional .alluxio.grpc.table.Decimal low_value = 1; |
DecimalColumnStatsData.Builder |
clearNumDistincts()
optional int64 num_distincts = 4; |
DecimalColumnStatsData.Builder |
clearNumNulls()
optional int64 num_nulls = 3; |
DecimalColumnStatsData.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
DecimalColumnStatsData.Builder |
clone() |
String |
getBitVectors()
optional string bit_vectors = 5; |
com.google.protobuf.ByteString |
getBitVectorsBytes()
optional string bit_vectors = 5; |
DecimalColumnStatsData |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Decimal |
getHighValue()
optional .alluxio.grpc.table.Decimal high_value = 2; |
Decimal.Builder |
getHighValueBuilder()
optional .alluxio.grpc.table.Decimal high_value = 2; |
DecimalOrBuilder |
getHighValueOrBuilder()
optional .alluxio.grpc.table.Decimal high_value = 2; |
Decimal |
getLowValue()
optional .alluxio.grpc.table.Decimal low_value = 1; |
Decimal.Builder |
getLowValueBuilder()
optional .alluxio.grpc.table.Decimal low_value = 1; |
DecimalOrBuilder |
getLowValueOrBuilder()
optional .alluxio.grpc.table.Decimal low_value = 1; |
long |
getNumDistincts()
optional int64 num_distincts = 4; |
long |
getNumNulls()
optional int64 num_nulls = 3; |
boolean |
hasBitVectors()
optional string bit_vectors = 5; |
boolean |
hasHighValue()
optional .alluxio.grpc.table.Decimal high_value = 2; |
boolean |
hasLowValue()
optional .alluxio.grpc.table.Decimal low_value = 1; |
boolean |
hasNumDistincts()
optional int64 num_distincts = 4; |
boolean |
hasNumNulls()
optional int64 num_nulls = 3; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
DecimalColumnStatsData.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DecimalColumnStatsData.Builder |
mergeFrom(DecimalColumnStatsData other) |
DecimalColumnStatsData.Builder |
mergeFrom(com.google.protobuf.Message other) |
DecimalColumnStatsData.Builder |
mergeHighValue(Decimal value)
optional .alluxio.grpc.table.Decimal high_value = 2; |
DecimalColumnStatsData.Builder |
mergeLowValue(Decimal value)
optional .alluxio.grpc.table.Decimal low_value = 1; |
DecimalColumnStatsData.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
DecimalColumnStatsData.Builder |
setBitVectors(String value)
optional string bit_vectors = 5; |
DecimalColumnStatsData.Builder |
setBitVectorsBytes(com.google.protobuf.ByteString value)
optional string bit_vectors = 5; |
DecimalColumnStatsData.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DecimalColumnStatsData.Builder |
setHighValue(Decimal.Builder builderForValue)
optional .alluxio.grpc.table.Decimal high_value = 2; |
DecimalColumnStatsData.Builder |
setHighValue(Decimal value)
optional .alluxio.grpc.table.Decimal high_value = 2; |
DecimalColumnStatsData.Builder |
setLowValue(Decimal.Builder builderForValue)
optional .alluxio.grpc.table.Decimal low_value = 1; |
DecimalColumnStatsData.Builder |
setLowValue(Decimal value)
optional .alluxio.grpc.table.Decimal low_value = 1; |
DecimalColumnStatsData.Builder |
setNumDistincts(long value)
optional int64 num_distincts = 4; |
DecimalColumnStatsData.Builder |
setNumNulls(long value)
optional int64 num_nulls = 3; |
DecimalColumnStatsData.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
DecimalColumnStatsData.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<DecimalColumnStatsData.Builder>
public DecimalColumnStatsData.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<DecimalColumnStatsData.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<DecimalColumnStatsData.Builder>
public DecimalColumnStatsData getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public DecimalColumnStatsData build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public DecimalColumnStatsData buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public DecimalColumnStatsData.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<DecimalColumnStatsData.Builder>
public DecimalColumnStatsData.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<DecimalColumnStatsData.Builder>
public DecimalColumnStatsData.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<DecimalColumnStatsData.Builder>
public DecimalColumnStatsData.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<DecimalColumnStatsData.Builder>
public DecimalColumnStatsData.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<DecimalColumnStatsData.Builder>
public DecimalColumnStatsData.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<DecimalColumnStatsData.Builder>
public DecimalColumnStatsData.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<DecimalColumnStatsData.Builder>
public DecimalColumnStatsData.Builder mergeFrom(DecimalColumnStatsData other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<DecimalColumnStatsData.Builder>
public DecimalColumnStatsData.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<DecimalColumnStatsData.Builder>
IOException
public boolean hasLowValue()
optional .alluxio.grpc.table.Decimal low_value = 1;
hasLowValue
in interface DecimalColumnStatsDataOrBuilder
public Decimal getLowValue()
optional .alluxio.grpc.table.Decimal low_value = 1;
getLowValue
in interface DecimalColumnStatsDataOrBuilder
public DecimalColumnStatsData.Builder setLowValue(Decimal value)
optional .alluxio.grpc.table.Decimal low_value = 1;
public DecimalColumnStatsData.Builder setLowValue(Decimal.Builder builderForValue)
optional .alluxio.grpc.table.Decimal low_value = 1;
public DecimalColumnStatsData.Builder mergeLowValue(Decimal value)
optional .alluxio.grpc.table.Decimal low_value = 1;
public DecimalColumnStatsData.Builder clearLowValue()
optional .alluxio.grpc.table.Decimal low_value = 1;
public Decimal.Builder getLowValueBuilder()
optional .alluxio.grpc.table.Decimal low_value = 1;
public DecimalOrBuilder getLowValueOrBuilder()
optional .alluxio.grpc.table.Decimal low_value = 1;
getLowValueOrBuilder
in interface DecimalColumnStatsDataOrBuilder
public boolean hasHighValue()
optional .alluxio.grpc.table.Decimal high_value = 2;
hasHighValue
in interface DecimalColumnStatsDataOrBuilder
public Decimal getHighValue()
optional .alluxio.grpc.table.Decimal high_value = 2;
getHighValue
in interface DecimalColumnStatsDataOrBuilder
public DecimalColumnStatsData.Builder setHighValue(Decimal value)
optional .alluxio.grpc.table.Decimal high_value = 2;
public DecimalColumnStatsData.Builder setHighValue(Decimal.Builder builderForValue)
optional .alluxio.grpc.table.Decimal high_value = 2;
public DecimalColumnStatsData.Builder mergeHighValue(Decimal value)
optional .alluxio.grpc.table.Decimal high_value = 2;
public DecimalColumnStatsData.Builder clearHighValue()
optional .alluxio.grpc.table.Decimal high_value = 2;
public Decimal.Builder getHighValueBuilder()
optional .alluxio.grpc.table.Decimal high_value = 2;
public DecimalOrBuilder getHighValueOrBuilder()
optional .alluxio.grpc.table.Decimal high_value = 2;
getHighValueOrBuilder
in interface DecimalColumnStatsDataOrBuilder
public boolean hasNumNulls()
optional int64 num_nulls = 3;
hasNumNulls
in interface DecimalColumnStatsDataOrBuilder
public long getNumNulls()
optional int64 num_nulls = 3;
getNumNulls
in interface DecimalColumnStatsDataOrBuilder
public DecimalColumnStatsData.Builder setNumNulls(long value)
optional int64 num_nulls = 3;
value
- The numNulls to set.public DecimalColumnStatsData.Builder clearNumNulls()
optional int64 num_nulls = 3;
public boolean hasNumDistincts()
optional int64 num_distincts = 4;
hasNumDistincts
in interface DecimalColumnStatsDataOrBuilder
public long getNumDistincts()
optional int64 num_distincts = 4;
getNumDistincts
in interface DecimalColumnStatsDataOrBuilder
public DecimalColumnStatsData.Builder setNumDistincts(long value)
optional int64 num_distincts = 4;
value
- The numDistincts to set.public DecimalColumnStatsData.Builder clearNumDistincts()
optional int64 num_distincts = 4;
public boolean hasBitVectors()
optional string bit_vectors = 5;
hasBitVectors
in interface DecimalColumnStatsDataOrBuilder
public String getBitVectors()
optional string bit_vectors = 5;
getBitVectors
in interface DecimalColumnStatsDataOrBuilder
public com.google.protobuf.ByteString getBitVectorsBytes()
optional string bit_vectors = 5;
getBitVectorsBytes
in interface DecimalColumnStatsDataOrBuilder
public DecimalColumnStatsData.Builder setBitVectors(String value)
optional string bit_vectors = 5;
value
- The bitVectors to set.public DecimalColumnStatsData.Builder clearBitVectors()
optional string bit_vectors = 5;
public DecimalColumnStatsData.Builder setBitVectorsBytes(com.google.protobuf.ByteString value)
optional string bit_vectors = 5;
value
- The bytes for bitVectors to set.public final DecimalColumnStatsData.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<DecimalColumnStatsData.Builder>
public final DecimalColumnStatsData.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<DecimalColumnStatsData.Builder>
Copyright © 2023. All Rights Reserved.