public static class SchemaMapping.MapTypeMapping extends SchemaMapping.TypeMapping
| Constructor and Description |
|---|
MapTypeMapping(org.apache.arrow.vector.types.pojo.Field arrowField,
org.apache.parquet.arrow.schema.Map3Levels map3levels,
SchemaMapping.TypeMapping key,
SchemaMapping.TypeMapping value) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(SchemaMapping.TypeMappingVisitor<T> visitor) |
SchemaMapping.TypeMapping |
getKey() |
org.apache.parquet.arrow.schema.Map3Levels |
getMap3Levels() |
SchemaMapping.TypeMapping |
getValue() |
getArrowField, getChildren, getParquetTypepublic MapTypeMapping(org.apache.arrow.vector.types.pojo.Field arrowField,
org.apache.parquet.arrow.schema.Map3Levels map3levels,
SchemaMapping.TypeMapping key,
SchemaMapping.TypeMapping value)
public org.apache.parquet.arrow.schema.Map3Levels getMap3Levels()
public SchemaMapping.TypeMapping getKey()
public SchemaMapping.TypeMapping getValue()
public <T> T accept(SchemaMapping.TypeMappingVisitor<T> visitor)
accept in class SchemaMapping.TypeMappingCopyright © 2023 The Apache Software Foundation. All rights reserved.