public static class SchemaMapping.RepeatedTypeMapping extends SchemaMapping.TypeMapping
| Constructor and Description |
|---|
RepeatedTypeMapping(org.apache.arrow.vector.types.pojo.Field arrowField,
Type parquetType,
SchemaMapping.TypeMapping child) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(SchemaMapping.TypeMappingVisitor<T> visitor) |
SchemaMapping.TypeMapping |
getChild() |
getArrowField, getChildren, getParquetTypepublic RepeatedTypeMapping(org.apache.arrow.vector.types.pojo.Field arrowField,
Type parquetType,
SchemaMapping.TypeMapping child)
public SchemaMapping.TypeMapping getChild()
public <T> T accept(SchemaMapping.TypeMappingVisitor<T> visitor)
accept in class SchemaMapping.TypeMappingCopyright © 2023 The Apache Software Foundation. All rights reserved.