public abstract static class SchemaMapping.TypeMapping extends Object
| Modifier and Type | Method and Description |
|---|---|
abstract <T> T |
accept(SchemaMapping.TypeMappingVisitor<T> visitor) |
org.apache.arrow.vector.types.pojo.Field |
getArrowField() |
List<SchemaMapping.TypeMapping> |
getChildren() |
Type |
getParquetType() |
public org.apache.arrow.vector.types.pojo.Field getArrowField()
public Type getParquetType()
public List<SchemaMapping.TypeMapping> getChildren()
public abstract <T> T accept(SchemaMapping.TypeMappingVisitor<T> visitor)
Copyright © 2023 The Apache Software Foundation. All rights reserved.