public class RemoveIds extends ParquetTypeVisitor<org.apache.parquet.schema.Type>
| Constructor and Description | 
|---|
RemoveIds()  | 
| Modifier and Type | Method and Description | 
|---|---|
org.apache.parquet.schema.Type | 
list(org.apache.parquet.schema.GroupType array,
    org.apache.parquet.schema.Type item)  | 
org.apache.parquet.schema.Type | 
map(org.apache.parquet.schema.GroupType map,
   org.apache.parquet.schema.Type key,
   org.apache.parquet.schema.Type value)  | 
org.apache.parquet.schema.Type | 
message(org.apache.parquet.schema.MessageType message,
       java.util.List<org.apache.parquet.schema.Type> fields)  | 
org.apache.parquet.schema.Type | 
primitive(org.apache.parquet.schema.PrimitiveType primitive)  | 
static org.apache.parquet.schema.MessageType | 
removeIds(org.apache.parquet.schema.MessageType type)  | 
org.apache.parquet.schema.Type | 
struct(org.apache.parquet.schema.GroupType struct,
      java.util.List<org.apache.parquet.schema.Type> fields)  | 
afterElementField, afterField, afterKeyField, afterRepeatedElement, afterRepeatedKeyValue, afterValueField, beforeElementField, beforeField, beforeKeyField, beforeRepeatedElement, beforeRepeatedKeyValue, beforeValueField, currentPath, path, visitpublic org.apache.parquet.schema.Type message(org.apache.parquet.schema.MessageType message,
                                              java.util.List<org.apache.parquet.schema.Type> fields)
message in class ParquetTypeVisitor<org.apache.parquet.schema.Type>public org.apache.parquet.schema.Type struct(org.apache.parquet.schema.GroupType struct,
                                             java.util.List<org.apache.parquet.schema.Type> fields)
struct in class ParquetTypeVisitor<org.apache.parquet.schema.Type>public org.apache.parquet.schema.Type list(org.apache.parquet.schema.GroupType array,
                                           org.apache.parquet.schema.Type item)
list in class ParquetTypeVisitor<org.apache.parquet.schema.Type>public org.apache.parquet.schema.Type map(org.apache.parquet.schema.GroupType map,
                                          org.apache.parquet.schema.Type key,
                                          org.apache.parquet.schema.Type value)
map in class ParquetTypeVisitor<org.apache.parquet.schema.Type>public org.apache.parquet.schema.Type primitive(org.apache.parquet.schema.PrimitiveType primitive)
primitive in class ParquetTypeVisitor<org.apache.parquet.schema.Type>public static org.apache.parquet.schema.MessageType removeIds(org.apache.parquet.schema.MessageType type)