Package org.apache.iceberg.parquet
Class RemoveIds
java.lang.Object
org.apache.iceberg.parquet.ParquetTypeVisitor<org.apache.parquet.schema.Type>
org.apache.iceberg.parquet.RemoveIds
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionorg.apache.parquet.schema.Typelist(org.apache.parquet.schema.GroupType array, org.apache.parquet.schema.Type item) org.apache.parquet.schema.Typemap(org.apache.parquet.schema.GroupType map, org.apache.parquet.schema.Type key, org.apache.parquet.schema.Type value) org.apache.parquet.schema.Typeorg.apache.parquet.schema.Typeprimitive(org.apache.parquet.schema.PrimitiveType primitive) static org.apache.parquet.schema.MessageTyperemoveIds(org.apache.parquet.schema.MessageType type) org.apache.parquet.schema.TypeMethods inherited from class org.apache.iceberg.parquet.ParquetTypeVisitorafterElementField, afterField, afterKeyField, afterRepeatedElement, afterRepeatedKeyValue, afterValueField, beforeElementField, beforeField, beforeKeyField, beforeRepeatedElement, beforeRepeatedKeyValue, beforeValueField, currentPath, path, visit
- 
Constructor Details- 
RemoveIdspublic RemoveIds()
 
- 
- 
Method Details- 
messagepublic org.apache.parquet.schema.Type message(org.apache.parquet.schema.MessageType message, List<org.apache.parquet.schema.Type> fields) - Overrides:
- messagein class- ParquetTypeVisitor<org.apache.parquet.schema.Type>
 
- 
structpublic org.apache.parquet.schema.Type struct(org.apache.parquet.schema.GroupType struct, List<org.apache.parquet.schema.Type> fields) - Overrides:
- structin class- ParquetTypeVisitor<org.apache.parquet.schema.Type>
 
- 
listpublic org.apache.parquet.schema.Type list(org.apache.parquet.schema.GroupType array, org.apache.parquet.schema.Type item) - Overrides:
- listin class- ParquetTypeVisitor<org.apache.parquet.schema.Type>
 
- 
mappublic org.apache.parquet.schema.Type map(org.apache.parquet.schema.GroupType map, org.apache.parquet.schema.Type key, org.apache.parquet.schema.Type value) - Overrides:
- mapin class- ParquetTypeVisitor<org.apache.parquet.schema.Type>
 
- 
primitivepublic org.apache.parquet.schema.Type primitive(org.apache.parquet.schema.PrimitiveType primitive) - Overrides:
- primitivein class- ParquetTypeVisitor<org.apache.parquet.schema.Type>
 
- 
removeIdspublic static org.apache.parquet.schema.MessageType removeIds(org.apache.parquet.schema.MessageType type) 
 
-