{
    "Detailed" = {
        "Operations" = [
            {
                "Id" = 12u;
                "Name" = "YtMap!";
                "InputsCount" = 1u;
                "OutputsCount" = 1u;
                "Inputs" = [
                    [
                        1u;
                        1u
                    ]
                ];
                "Outputs" = [
                    [
                        1u;
                        2u
                    ]
                ];
                "InputColumns" = [
                    "i16";
                    "i32";
                    "i64";
                    "i8";
                    "row"
                ];
                "Streams" = {
                    "Mapper" = [
                        {
                            "Name" = "FlatMap"
                        }
                    ]
                }
            };
            {
                "Id" = 11u;
                "Name" = "YtSort!";
                "InputsCount" = 1u;
                "OutputsCount" = 1u;
                "Inputs" = [
                    [
                        1u;
                        2u
                    ]
                ];
                "Outputs" = [
                    [
                        1u;
                        3u
                    ]
                ];
                "InputColumns" = "*";
                "DependsOn" = [
                    12u
                ]
            };
            {
                "Id" = 9u;
                "Name" = "ResPull!";
                "PullOperation" = "YtSort!";
                "DependsOn" = [
                    11u
                ]
            };
            {
                "Id" = 15u;
                "Name" = "YtMap!";
                "InputsCount" = 1u;
                "OutputsCount" = 2u;
                "Inputs" = [
                    [
                        1u;
                        4u
                    ]
                ];
                "Outputs" = [
                    [
                        1u;
                        5u
                    ];
                    [
                        1u;
                        6u
                    ]
                ];
                "InputColumns" = "*";
                "Streams" = {
                    "Mapper" = [
                        {
                            "Name" = "FlatMap"
                        }
                    ]
                }
            };
            {
                "Id" = 14u;
                "Name" = "YtSort!";
                "InputsCount" = 1u;
                "OutputsCount" = 1u;
                "Inputs" = [
                    [
                        1u;
                        5u
                    ]
                ];
                "Outputs" = [
                    [
                        1u;
                        7u
                    ]
                ];
                "InputColumns" = "*";
                "DependsOn" = [
                    15u
                ]
            };
            {
                "Id" = 7u;
                "Name" = "ResPull!";
                "PullOperation" = "YtSort!";
                "DependsOn" = [
                    9u;
                    14u
                ]
            };
            {
                "Id" = 17u;
                "Name" = "YtSort!";
                "InputsCount" = 1u;
                "OutputsCount" = 1u;
                "Inputs" = [
                    [
                        1u;
                        6u
                    ]
                ];
                "Outputs" = [
                    [
                        1u;
                        8u
                    ]
                ];
                "InputColumns" = "*";
                "DependsOn" = [
                    15u
                ]
            };
            {
                "Id" = 5u;
                "Name" = "ResPull!";
                "PullOperation" = "YtSort!";
                "DependsOn" = [
                    7u;
                    17u
                ]
            };
            {
                "Id" = 20u;
                "Name" = "YtMap!";
                "InputsCount" = 1u;
                "OutputsCount" = 1u;
                "Inputs" = [
                    [
                        1u;
                        9u
                    ]
                ];
                "Outputs" = [
                    [
                        1u;
                        10u
                    ]
                ];
                "InputColumns" = [
                    "row";
                    "ui16";
                    "ui32";
                    "ui64";
                    "ui8"
                ];
                "Streams" = {
                    "Mapper" = [
                        {
                            "Name" = "FlatMap"
                        }
                    ]
                }
            };
            {
                "Id" = 19u;
                "Name" = "YtSort!";
                "InputsCount" = 1u;
                "OutputsCount" = 1u;
                "Inputs" = [
                    [
                        1u;
                        10u
                    ]
                ];
                "Outputs" = [
                    [
                        1u;
                        11u
                    ]
                ];
                "InputColumns" = "*";
                "DependsOn" = [
                    20u
                ]
            };
            {
                "Id" = 3u;
                "Name" = "ResPull!";
                "PullOperation" = "YtSort!";
                "DependsOn" = [
                    5u;
                    19u
                ]
            };
            {
                "Id" = 1u;
                "Name" = "Commit!";
                "DependsOn" = [
                    3u
                ]
            }
        ];
        "OperationRoot" = 1u;
        "Providers" = [
            {
                "Id" = 1u;
                "Name" = "yt";
                "Cluster" = "plato";
                "Pins" = [
                    {
                        "Id" = 1u;
                        "Table" = "Signed";
                        "Type" = [
                            "StructType";
                            [
                                [
                                    "i16";
                                    [
                                        "DataType";
                                        "Int16"
                                    ]
                                ];
                                [
                                    "i32";
                                    [
                                        "DataType";
                                        "Int32"
                                    ]
                                ];
                                [
                                    "i64";
                                    [
                                        "DataType";
                                        "Int64"
                                    ]
                                ];
                                [
                                    "i8";
                                    [
                                        "DataType";
                                        "Int8"
                                    ]
                                ];
                                [
                                    "row";
                                    [
                                        "DataType";
                                        "Int64"
                                    ]
                                ]
                            ]
                        ]
                    };
                    {
                        "Id" = 2u;
                        "Table" = "(tmp)"
                    };
                    {
                        "Id" = 3u;
                        "Table" = "(tmp)"
                    };
                    {
                        "Id" = 4u;
                        "Table" = "BigDates";
                        "Type" = [
                            "StructType";
                            [
                                [
                                    "d32";
                                    [
                                        "DataType";
                                        "Date32"
                                    ]
                                ];
                                [
                                    "dt64";
                                    [
                                        "DataType";
                                        "Datetime64"
                                    ]
                                ];
                                [
                                    "i64";
                                    [
                                        "DataType";
                                        "Interval64"
                                    ]
                                ];
                                [
                                    "row";
                                    [
                                        "DataType";
                                        "Int64"
                                    ]
                                ];
                                [
                                    "ts64";
                                    [
                                        "DataType";
                                        "Timestamp64"
                                    ]
                                ]
                            ]
                        ]
                    };
                    {
                        "Id" = 5u;
                        "Table" = "(tmp)"
                    };
                    {
                        "Id" = 6u;
                        "Table" = "(tmp)"
                    };
                    {
                        "Id" = 7u;
                        "Table" = "(tmp)"
                    };
                    {
                        "Id" = 8u;
                        "Table" = "(tmp)"
                    };
                    {
                        "Id" = 9u;
                        "Table" = "Unsigned";
                        "Type" = [
                            "StructType";
                            [
                                [
                                    "row";
                                    [
                                        "DataType";
                                        "Uint64"
                                    ]
                                ];
                                [
                                    "ui16";
                                    [
                                        "DataType";
                                        "Uint16"
                                    ]
                                ];
                                [
                                    "ui32";
                                    [
                                        "DataType";
                                        "Uint32"
                                    ]
                                ];
                                [
                                    "ui64";
                                    [
                                        "DataType";
                                        "Uint64"
                                    ]
                                ];
                                [
                                    "ui8";
                                    [
                                        "DataType";
                                        "Uint8"
                                    ]
                                ]
                            ]
                        ]
                    };
                    {
                        "Id" = 10u;
                        "Table" = "(tmp)"
                    };
                    {
                        "Id" = 11u;
                        "Table" = "(tmp)"
                    }
                ]
            }
        ];
        "OperationStats" = {
            "Commit!" = 1u;
            "ResPull!" = 4u;
            "YtMap!" = 3u;
            "YtSort!" = 4u
        }
    };
    "Basic" = {
        "nodes" = [
            {
                "id" = 21u;
                "level" = 1u;
                "name" = "plato.`Signed`";
                "type" = "in"
            };
            {
                "id" = 22u;
                "level" = 1u;
                "name" = "plato.`BigDates`";
                "type" = "in"
            };
            {
                "id" = 23u;
                "level" = 1u;
                "name" = "plato.`Unsigned`";
                "type" = "in"
            };
            {
                "id" = 12u;
                "level" = 2u;
                "name" = "YtMap!";
                "type" = "op"
            };
            {
                "id" = 11u;
                "level" = 3u;
                "name" = "YtSort!";
                "type" = "op"
            };
            {
                "id" = 9u;
                "level" = 4u;
                "name" = "ResPull!";
                "type" = "op"
            };
            {
                "id" = 15u;
                "level" = 2u;
                "name" = "YtMap!, out 2";
                "type" = "op"
            };
            {
                "id" = 14u;
                "level" = 3u;
                "name" = "YtSort!";
                "type" = "op"
            };
            {
                "id" = 7u;
                "level" = 5u;
                "name" = "ResPull!";
                "type" = "op"
            };
            {
                "id" = 17u;
                "level" = 3u;
                "name" = "YtSort!";
                "type" = "op"
            };
            {
                "id" = 5u;
                "level" = 6u;
                "name" = "ResPull!";
                "type" = "op"
            };
            {
                "id" = 20u;
                "level" = 2u;
                "name" = "YtMap!";
                "type" = "op"
            };
            {
                "id" = 19u;
                "level" = 3u;
                "name" = "YtSort!";
                "type" = "op"
            };
            {
                "id" = 3u;
                "level" = 7u;
                "name" = "ResPull!";
                "type" = "op"
            };
            {
                "id" = 1u;
                "level" = 8u;
                "name" = "Commit! on plato #1";
                "type" = "op"
            }
        ];
        "links" = [
            {
                "source" = 21u;
                "target" = 12u
            };
            {
                "source" = 12u;
                "target" = 11u
            };
            {
                "source" = 11u;
                "target" = 9u
            };
            {
                "source" = 22u;
                "target" = 15u
            };
            {
                "source" = 15u;
                "target" = 14u
            };
            {
                "source" = 9u;
                "target" = 7u
            };
            {
                "source" = 14u;
                "target" = 7u
            };
            {
                "source" = 15u;
                "target" = 17u
            };
            {
                "source" = 7u;
                "target" = 5u
            };
            {
                "source" = 17u;
                "target" = 5u
            };
            {
                "source" = 23u;
                "target" = 20u
            };
            {
                "source" = 20u;
                "target" = 19u
            };
            {
                "source" = 5u;
                "target" = 3u
            };
            {
                "source" = 19u;
                "target" = 3u
            };
            {
                "source" = 3u;
                "target" = 1u
            }
        ]
    }
}