Uses of Class
org.apache.parquet.format.IntType
-
Packages that use IntType Package Description org.apache.parquet.format -
-
Uses of IntType in org.apache.parquet.format
Methods in org.apache.parquet.format that return IntType Modifier and Type Method Description IntTypeIntType. deepCopy()IntTypeLogicalType. getINTEGER()IntTypeIntType. setBitWidth(byte bitWidth)IntTypeIntType. setIsSigned(boolean isSigned)Methods in org.apache.parquet.format with parameters of type IntType Modifier and Type Method Description intIntType. compareTo(IntType other)booleanIntType. equals(IntType that)static LogicalTypeLogicalType. INTEGER(IntType value)voidLogicalType. setINTEGER(IntType value)Constructors in org.apache.parquet.format with parameters of type IntType Constructor Description IntType(IntType other)Performs a deep copy on other.
-