public static class HoodieMetadataColumnStats.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<HoodieMetadataColumnStats> implements org.apache.avro.data.RecordBuilder<HoodieMetadataColumnStats>
| Modifier and Type | Method and Description |
|---|---|
HoodieMetadataColumnStats |
build() |
HoodieMetadataColumnStats.Builder |
clearColumnName()
Clears the value of the 'columnName' field.
|
HoodieMetadataColumnStats.Builder |
clearFileName()
Clears the value of the 'fileName' field.
|
HoodieMetadataColumnStats.Builder |
clearIsDeleted()
Clears the value of the 'isDeleted' field.
|
HoodieMetadataColumnStats.Builder |
clearMaxValue()
Clears the value of the 'maxValue' field.
|
HoodieMetadataColumnStats.Builder |
clearMinValue()
Clears the value of the 'minValue' field.
|
HoodieMetadataColumnStats.Builder |
clearNullCount()
Clears the value of the 'nullCount' field.
|
HoodieMetadataColumnStats.Builder |
clearTotalSize()
Clears the value of the 'totalSize' field.
|
HoodieMetadataColumnStats.Builder |
clearTotalUncompressedSize()
Clears the value of the 'totalUncompressedSize' field.
|
HoodieMetadataColumnStats.Builder |
clearValueCount()
Clears the value of the 'valueCount' field.
|
String |
getColumnName()
Gets the value of the 'columnName' field.
|
String |
getFileName()
Gets the value of the 'fileName' field.
|
Boolean |
getIsDeleted()
Gets the value of the 'isDeleted' field.
|
Object |
getMaxValue()
Gets the value of the 'maxValue' field.
|
Object |
getMinValue()
Gets the value of the 'minValue' field.
|
Long |
getNullCount()
Gets the value of the 'nullCount' field.
|
Long |
getTotalSize()
Gets the value of the 'totalSize' field.
|
Long |
getTotalUncompressedSize()
Gets the value of the 'totalUncompressedSize' field.
|
Long |
getValueCount()
Gets the value of the 'valueCount' field.
|
boolean |
hasColumnName()
Checks whether the 'columnName' field has been set.
|
boolean |
hasFileName()
Checks whether the 'fileName' field has been set.
|
boolean |
hasIsDeleted()
Checks whether the 'isDeleted' field has been set.
|
boolean |
hasMaxValue()
Checks whether the 'maxValue' field has been set.
|
boolean |
hasMinValue()
Checks whether the 'minValue' field has been set.
|
boolean |
hasNullCount()
Checks whether the 'nullCount' field has been set.
|
boolean |
hasTotalSize()
Checks whether the 'totalSize' field has been set.
|
boolean |
hasTotalUncompressedSize()
Checks whether the 'totalUncompressedSize' field has been set.
|
boolean |
hasValueCount()
Checks whether the 'valueCount' field has been set.
|
HoodieMetadataColumnStats.Builder |
setColumnName(String value)
Sets the value of the 'columnName' field.
|
HoodieMetadataColumnStats.Builder |
setFileName(String value)
Sets the value of the 'fileName' field.
|
HoodieMetadataColumnStats.Builder |
setIsDeleted(boolean value)
Sets the value of the 'isDeleted' field.
|
HoodieMetadataColumnStats.Builder |
setMaxValue(Object value)
Sets the value of the 'maxValue' field.
|
HoodieMetadataColumnStats.Builder |
setMinValue(Object value)
Sets the value of the 'minValue' field.
|
HoodieMetadataColumnStats.Builder |
setNullCount(Long value)
Sets the value of the 'nullCount' field.
|
HoodieMetadataColumnStats.Builder |
setTotalSize(Long value)
Sets the value of the 'totalSize' field.
|
HoodieMetadataColumnStats.Builder |
setTotalUncompressedSize(Long value)
Sets the value of the 'totalUncompressedSize' field.
|
HoodieMetadataColumnStats.Builder |
setValueCount(Long value)
Sets the value of the 'valueCount' field.
|
public String getFileName()
public HoodieMetadataColumnStats.Builder setFileName(String value)
value - The value of 'fileName'.public boolean hasFileName()
public HoodieMetadataColumnStats.Builder clearFileName()
public String getColumnName()
public HoodieMetadataColumnStats.Builder setColumnName(String value)
value - The value of 'columnName'.public boolean hasColumnName()
public HoodieMetadataColumnStats.Builder clearColumnName()
public Object getMinValue()
public HoodieMetadataColumnStats.Builder setMinValue(Object value)
value - The value of 'minValue'.public boolean hasMinValue()
public HoodieMetadataColumnStats.Builder clearMinValue()
public Object getMaxValue()
public HoodieMetadataColumnStats.Builder setMaxValue(Object value)
value - The value of 'maxValue'.public boolean hasMaxValue()
public HoodieMetadataColumnStats.Builder clearMaxValue()
public Long getValueCount()
public HoodieMetadataColumnStats.Builder setValueCount(Long value)
value - The value of 'valueCount'.public boolean hasValueCount()
public HoodieMetadataColumnStats.Builder clearValueCount()
public Long getNullCount()
public HoodieMetadataColumnStats.Builder setNullCount(Long value)
value - The value of 'nullCount'.public boolean hasNullCount()
public HoodieMetadataColumnStats.Builder clearNullCount()
public Long getTotalSize()
public HoodieMetadataColumnStats.Builder setTotalSize(Long value)
value - The value of 'totalSize'.public boolean hasTotalSize()
public HoodieMetadataColumnStats.Builder clearTotalSize()
public Long getTotalUncompressedSize()
public HoodieMetadataColumnStats.Builder setTotalUncompressedSize(Long value)
value - The value of 'totalUncompressedSize'.public boolean hasTotalUncompressedSize()
public HoodieMetadataColumnStats.Builder clearTotalUncompressedSize()
public Boolean getIsDeleted()
public HoodieMetadataColumnStats.Builder setIsDeleted(boolean value)
value - The value of 'isDeleted'.public boolean hasIsDeleted()
public HoodieMetadataColumnStats.Builder clearIsDeleted()
public HoodieMetadataColumnStats build()
build in interface org.apache.avro.data.RecordBuilder<HoodieMetadataColumnStats>Copyright © 2024 The Apache Software Foundation. All rights reserved.