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