Uses of Class
org.apache.parquet.schema.GroupType
-
Packages that use GroupType Package Description org.apache.parquet.example.data org.apache.parquet.example.data.simple org.apache.parquet.schema -
-
Uses of GroupType in org.apache.parquet.example.data
Methods in org.apache.parquet.example.data that return GroupType Modifier and Type Method Description abstract GroupTypeGroupValueSource. getType()Constructors in org.apache.parquet.example.data with parameters of type GroupType Constructor Description GroupWriter(RecordConsumer recordConsumer, GroupType schema) -
Uses of GroupType in org.apache.parquet.example.data.simple
Methods in org.apache.parquet.example.data.simple that return GroupType Modifier and Type Method Description GroupTypeSimpleGroup. getType()Constructors in org.apache.parquet.example.data.simple with parameters of type GroupType Constructor Description SimpleGroup(GroupType schema) -
Uses of GroupType in org.apache.parquet.schema
Subclasses of GroupType in org.apache.parquet.schema Modifier and Type Class Description classMessageTypeThe root of a schemaMethods in org.apache.parquet.schema that return GroupType Modifier and Type Method Description GroupTypeType. asGroupType()protected GroupTypeTypes.BaseGroupBuilder. build(String name)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)static GroupTypeConversionPatterns. stringKeyMapType(Type.Repetition repetition, String alias, String mapAlias, Type valueType)static GroupTypeConversionPatterns. stringKeyMapType(Type.Repetition repetition, String alias, Type valueType)GroupTypeGroupType. withId(int id)GroupTypeGroupType. withNewFields(List<Type> newFields)GroupTypeGroupType. withNewFields(Type... newFields)Methods in org.apache.parquet.schema that return types with arguments of type GroupType Modifier and Type Method Description static Types.GroupBuilder<GroupType>Types. buildGroup(Type.Repetition repetition)static Types.ListBuilder<GroupType>Types. list(Type.Repetition repetition)static Types.MapBuilder<GroupType>Types. map(Type.Repetition repetition)static Types.GroupBuilder<GroupType>Types. optionalGroup()Returns a builder to construct an optionalGroupType.static Types.ListBuilder<GroupType>Types. optionalList()static Types.MapBuilder<GroupType>Types. optionalMap()static Types.GroupBuilder<GroupType>Types. repeatedGroup()Returns a builder to construct a repeatedGroupType.static Types.GroupBuilder<GroupType>Types. requiredGroup()Returns a builder to construct a requiredGroupType.static Types.ListBuilder<GroupType>Types. requiredList()static Types.MapBuilder<GroupType>Types. requiredMap()Methods in org.apache.parquet.schema with parameters of type GroupType Modifier and Type Method Description static voidTypeUtil. checkValidWriteSchema(GroupType schema)TTypeConverter. convertGroupType(List<GroupType> path, GroupType groupType, List<T> children)voidTypeVisitor. visit(GroupType groupType)Method parameters in org.apache.parquet.schema with type arguments of type GroupType Modifier and Type Method Description <T> TPrimitiveType. convert(List<GroupType> path, TypeConverter<T> converter)protected <T> List<T>GroupType. convertChildren(List<GroupType> path, TypeConverter<T> converter)TTypeConverter. convertGroupType(List<GroupType> path, GroupType groupType, List<T> children)TTypeConverter. convertPrimitiveType(List<GroupType> path, PrimitiveType primitiveType)
-