One col_map: entry: - <internal_name>: <output_name>, i.e. the field
declared as output_name in this MAML fields: actually corresponds to
the internal/canonical column named internal_name.
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=:), | public, | allocatable | :: | internal_name |
Canonical (internal) column name. |
||
| character(len=:), | public, | allocatable | :: | output_name |
Renamed name as declared in fields:. |
type, public :: parquet_maml_col_map_entry character(len=:), allocatable :: internal_name !! Canonical (internal) column name. character(len=:), allocatable :: output_name !! Renamed name as declared in fields:. end type parquet_maml_col_map_entry