Uses of Class
org.apache.parquet.schema.Type.ID
-
Packages that use Type.ID Package Description org.apache.parquet.schema -
-
Uses of Type.ID in org.apache.parquet.schema
Fields in org.apache.parquet.schema declared as Type.ID Modifier and Type Field Description protected Type.IDTypes.Builder. idMethods in org.apache.parquet.schema that return Type.ID Modifier and Type Method Description Type.IDType. getId()Constructors in org.apache.parquet.schema with parameters of type Type.ID Constructor Description PrimitiveType(Type.Repetition repetition, PrimitiveType.PrimitiveTypeName primitive, int length, String name, OriginalType originalType, DecimalMetadata decimalMeta, Type.ID id)Deprecated.will be removed in 2.0.0; use builders inTypesinstead
-