Uses of Class
org.apache.parquet.schema.Type
-
Packages that use Type Package Description org.apache.parquet.column.statistics org.apache.parquet.io org.apache.parquet.schema -
-
Uses of Type in org.apache.parquet.column.statistics
Methods in org.apache.parquet.column.statistics with parameters of type Type Modifier and Type Method Description static Statistics<?>Statistics. createStats(Type type)Creates an emptyStatisticsinstance for the specified type to be used for reading/writing the new min/max statistics used in the V2 format. -
Uses of Type in org.apache.parquet.io
Methods in org.apache.parquet.io that return Type Modifier and Type Method Description TypeColumnIO. getType() -
Uses of Type in org.apache.parquet.schema
Subclasses of Type in org.apache.parquet.schema Modifier and Type Class Description classGroupTypeRepresents a group type: a list of fieldsclassMessageTypeThe root of a schemaclassPrimitiveTypeRepresentation of a Primitive typeFields in org.apache.parquet.schema with type parameters of type Type Modifier and Type Field Description protected List<Type>Types.BaseGroupBuilder. fieldsMethods in org.apache.parquet.schema that return Type Modifier and Type Method Description protected TypeTypes.BaseListBuilder. build(String name)protected TypeTypes.BaseMapBuilder. build(String name)protected abstract TypeTypes.Builder. build(String name)TypeGroupType. getType(int index)TypeGroupType. getType(String fieldName)protected TypeGroupType. getType(String[] path, int depth)TypeMessageType. getType(String... path)TypePrimitiveType. getType(String[] path, int i)protected abstract TypeType. getType(String[] path, int i)protected TypeGroupType. union(Type toMerge)protected TypeGroupType. union(Type toMerge, boolean strict)protected TypePrimitiveType. union(Type toMerge)protected TypePrimitiveType. union(Type toMerge, boolean strict)protected abstract TypeType. union(Type toMerge)protected abstract TypeType. union(Type toMerge, boolean strict)abstract TypeType. withId(int id)Methods in org.apache.parquet.schema that return types with arguments of type Type Modifier and Type Method Description List<Type>GroupType. getFields()Methods in org.apache.parquet.schema with parameters of type Type Modifier and Type Method Description THISTypes.BaseGroupBuilder. addField(Type type)Addstypeas a sub-field to the group configured by this builder.THISTypes.BaseGroupBuilder. addFields(Type... types)Addstypesas sub-fields of the group configured by this builder.voidMessageType. checkContains(Type subType)Types.BaseListBuilder<P,THIS>Types.BaseListBuilder. element(Type type)protected booleanGroupType. equals(Type otherType)protected booleanPrimitiveType. equals(Type other)protected booleanType. equals(Type other)THISTypes.BaseMapBuilder. key(Type type)static GroupTypeConversionPatterns. listOfElements(Type.Repetition listRepetition, String name, Type elementType)Creates a 3-level list structure annotated with LIST with elements of the given elementType.static GroupTypeConversionPatterns. listType(Type.Repetition repetition, String alias, Type nestedType)Deprecated.use listOfElements insteadstatic GroupTypeConversionPatterns. mapType(Type.Repetition repetition, String alias, String mapAlias, Type keyType, Type valueType)static GroupTypeConversionPatterns. mapType(Type.Repetition repetition, String alias, Type keyType, Type valueType)THISTypes.BaseListBuilder. setElementType(Type elementType)protected voidTypes.BaseMapBuilder. setKeyType(Type keyType)protected voidTypes.BaseMapBuilder. setValueType(Type valueType)static GroupTypeConversionPatterns. stringKeyMapType(Type.Repetition repetition, String alias, String mapAlias, Type valueType)static GroupTypeConversionPatterns. stringKeyMapType(Type.Repetition repetition, String alias, Type valueType)protected booleanGroupType. typeEquals(Type other)Deprecated.protected booleanPrimitiveType. typeEquals(Type other)Deprecated.protected abstract booleanType. typeEquals(Type other)Deprecated.protected TypeGroupType. union(Type toMerge)protected TypeGroupType. union(Type toMerge, boolean strict)protected TypePrimitiveType. union(Type toMerge)protected TypePrimitiveType. union(Type toMerge, boolean strict)protected abstract TypeType. union(Type toMerge)protected abstract TypeType. union(Type toMerge, boolean strict)MTypes.BaseMapBuilder.GroupKeyBuilder. value(Type type)MTypes.BaseMapBuilder.KeyBuilder. value(Type type)THISTypes.BaseMapBuilder. value(Type type)GroupTypeGroupType. withNewFields(Type... newFields)Method parameters in org.apache.parquet.schema with type arguments of type Type Modifier and Type Method Description GroupTypeGroupType. withNewFields(List<Type> newFields)Constructors in org.apache.parquet.schema with parameters of type Type Constructor Description GroupType(Type.Repetition repetition, String name, OriginalType originalType, Type... fields)Deprecated.GroupType(Type.Repetition repetition, String name, Type... fields)MessageType(String name, Type... fields)Constructor parameters in org.apache.parquet.schema with type arguments of type Type Constructor Description GroupType(Type.Repetition repetition, String name, List<Type> fields)GroupType(Type.Repetition repetition, String name, OriginalType originalType, List<Type> fields)Deprecated.MessageType(String name, List<Type> fields)
-