Online Zhao evaluator から既存形式の matching-plane 応答表を生成する。
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer(kind=i32), | public, | parameter | :: | matching_plane_generator_ok | = | matching_plane_query_ok | |
| integer(kind=i32), | public, | parameter | :: | matching_plane_generator_invalid_argument | = | 1_i32 | |
| integer(kind=i32), | public, | parameter | :: | matching_plane_generator_io_error | = | matching_plane_query_io_error | |
| integer(kind=i32), | public, | parameter | :: | matching_plane_generator_invalid_grid | = | matching_plane_query_invalid_grid | |
| integer(kind=i32), | public, | parameter | :: | matching_plane_generator_evaluation_failure | = | 4_i32 |
5列query gridを評価し、既存table backend互換の11列CSVを書く。
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(app_config), | intent(in) | :: | cfg | |||
| character(len=*), | intent(in) | :: | query_path | |||
| character(len=*), | intent(in) | :: | output_path | |||
| integer(kind=i32), | intent(out) | :: | status | |||
| character(len=*), | intent(out) | :: | message |