public static class SchemaMapping.ListTypeMapping extends SchemaMapping.TypeMapping
| Constructor and Description |
|---|
ListTypeMapping(org.apache.arrow.vector.types.pojo.Field arrowField,
org.apache.parquet.arrow.schema.List3Levels list3Levels,
SchemaMapping.TypeMapping child) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(SchemaMapping.TypeMappingVisitor<T> visitor) |
SchemaMapping.TypeMapping |
getChild() |
org.apache.parquet.arrow.schema.List3Levels |
getList3Levels() |
getArrowField, getChildren, getParquetTypepublic ListTypeMapping(org.apache.arrow.vector.types.pojo.Field arrowField,
org.apache.parquet.arrow.schema.List3Levels list3Levels,
SchemaMapping.TypeMapping child)
public org.apache.parquet.arrow.schema.List3Levels getList3Levels()
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.