Uses of Interface
org.apache.parquet.schema.TypeVisitor
-
Packages that use TypeVisitor Package Description org.apache.parquet.schema -
-
Uses of TypeVisitor in org.apache.parquet.schema
Methods in org.apache.parquet.schema with parameters of type TypeVisitor Modifier and Type Method Description voidGroupType. accept(TypeVisitor visitor)Visits this type with the given visitorvoidMessageType. accept(TypeVisitor visitor)Visits this type with the given visitorvoidPrimitiveType. accept(TypeVisitor visitor)Visits this type with the given visitorabstract voidType. accept(TypeVisitor visitor)Visits this type with the given visitor
-