[
    {
        "Unordered" = "true";
        "Write" = [
            {
                "Data" = [
                    [
                        "1970-01-01";
                        "1970-01-01 00:00:00";
                        "1970-01-01 00:00:00";
                        "4714-11-24 BC";
                        "4714-11-24 01:02:03 BC";
                        "4714-11-24 01:02:03.456789 BC"
                    ];
                    [
                        "2105-12-31";
                        "2105-12-31 23:59:59";
                        "2105-12-31 23:59:59.999999";
                        "148107-12-31";
                        "148107-12-31 01:02:03";
                        "148107-12-31 01:02:03.456789"
                    ]
                ];
                "Type" = [
                    "ListType";
                    [
                        "StructType";
                        [
                            [
                                "column0";
                                [
                                    "PgType";
                                    "date";
                                    "D"
                                ]
                            ];
                            [
                                "column1";
                                [
                                    "PgType";
                                    "timestamp";
                                    "D"
                                ]
                            ];
                            [
                                "column2";
                                [
                                    "PgType";
                                    "timestamp";
                                    "D"
                                ]
                            ];
                            [
                                "column3";
                                [
                                    "PgType";
                                    "date";
                                    "D"
                                ]
                            ];
                            [
                                "column4";
                                [
                                    "PgType";
                                    "timestamp";
                                    "D"
                                ]
                            ];
                            [
                                "column5";
                                [
                                    "PgType";
                                    "timestamp";
                                    "D"
                                ]
                            ]
                        ]
                    ]
                ]
            }
        ]
    }
]