Package org.apache.parquet.schema
Class Type.ID
- java.lang.Object
-
- org.apache.parquet.schema.Type.ID
-
-
Constructor Summary
Constructors Constructor Description ID(int id)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object obj)intgetId()Deprecated.useintValue()instead.inthashCode()intintValue()StringtoString()
-
-
-
Method Detail
-
getId
@Deprecated public int getId()
Deprecated.useintValue()instead.For bean serialization, used by Cascading 3.- Returns:
- this type's id
-
intValue
public int intValue()
-
-