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
 
 
- 
 public class RemoveIds extends ParquetTypeVisitor<org.apache.parquet.schema.Type> 
- 
- 
Constructor SummaryConstructors Constructor Description RemoveIds()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.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.Typemessage(org.apache.parquet.schema.MessageType message, java.util.List<org.apache.parquet.schema.Type> fields)org.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.Typestruct(org.apache.parquet.schema.GroupType struct, java.util.List<org.apache.parquet.schema.Type> fields)- 
Methods inherited from class org.apache.iceberg.parquet.ParquetTypeVisitorafterElementField, afterField, afterKeyField, afterRepeatedElement, afterRepeatedKeyValue, afterValueField, beforeElementField, beforeField, beforeKeyField, beforeRepeatedElement, beforeRepeatedKeyValue, beforeValueField, currentPath, path, visit
 
- 
 
- 
- 
- 
Method Detail- 
messagepublic org.apache.parquet.schema.Type message(org.apache.parquet.schema.MessageType message, java.util.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, java.util.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) 
 
- 
 
-