Package org.apache.parquet.format
Class IntType
- java.lang.Object
-
- org.apache.parquet.format.IntType
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<IntType>,org.apache.thrift.TBase<IntType,IntType._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.16.0)", date="2023-05-12") public class IntType extends Object implements org.apache.thrift.TBase<IntType,IntType._Fields>, Serializable, Cloneable, Comparable<IntType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIntType._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description bytebitWidthbooleanisSignedstatic Map<IntType._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMap
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()intcompareTo(IntType other)IntTypedeepCopy()booleanequals(Object that)booleanequals(IntType that)IntType._FieldsfieldForId(int fieldId)bytegetBitWidth()ObjectgetFieldValue(IntType._Fields field)inthashCode()booleanisIsSigned()booleanisSet(IntType._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetBitWidth()Returns true if field bitWidth is set (has been assigned a value) and false otherwisebooleanisSetIsSigned()Returns true if field isSigned is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)IntTypesetBitWidth(byte bitWidth)voidsetBitWidthIsSet(boolean value)voidsetFieldValue(IntType._Fields field, Object value)IntTypesetIsSigned(boolean isSigned)voidsetIsSignedIsSet(boolean value)StringtoString()voidunsetBitWidth()voidunsetIsSigned()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
bitWidth
public byte bitWidth
-
isSigned
public boolean isSigned
-
metaDataMap
public static final Map<IntType._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
IntType
public IntType()
-
IntType
public IntType(byte bitWidth, boolean isSigned)
-
IntType
public IntType(IntType other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public IntType deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<IntType,IntType._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<IntType,IntType._Fields>
-
getBitWidth
public byte getBitWidth()
-
setBitWidth
public IntType setBitWidth(byte bitWidth)
-
unsetBitWidth
public void unsetBitWidth()
-
isSetBitWidth
public boolean isSetBitWidth()
Returns true if field bitWidth is set (has been assigned a value) and false otherwise
-
setBitWidthIsSet
public void setBitWidthIsSet(boolean value)
-
isIsSigned
public boolean isIsSigned()
-
setIsSigned
public IntType setIsSigned(boolean isSigned)
-
unsetIsSigned
public void unsetIsSigned()
-
isSetIsSigned
public boolean isSetIsSigned()
Returns true if field isSigned is set (has been assigned a value) and false otherwise
-
setIsSignedIsSet
public void setIsSignedIsSet(boolean value)
-
setFieldValue
public void setFieldValue(IntType._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<IntType,IntType._Fields>
-
getFieldValue
public Object getFieldValue(IntType._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<IntType,IntType._Fields>
-
isSet
public boolean isSet(IntType._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
isSetin interfaceorg.apache.thrift.TBase<IntType,IntType._Fields>
-
equals
public boolean equals(IntType that)
-
compareTo
public int compareTo(IntType other)
- Specified by:
compareToin interfaceComparable<IntType>
-
fieldForId
public IntType._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<IntType,IntType._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException- Specified by:
readin interfaceorg.apache.thrift.TSerializable- Throws:
org.apache.thrift.TException
-
write
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException- Specified by:
writein interfaceorg.apache.thrift.TSerializable- Throws:
org.apache.thrift.TException
-
validate
public void validate() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
-