{
    "Detailed" = {
        "Operations" = [
            {
                "Id" = 18u;
                "Name" = "YtMap!";
                "InputsCount" = 1u;
                "OutputsCount" = 1u;
                "Inputs" = [
                    [
                        1u;
                        1u
                    ]
                ];
                "Outputs" = [
                    [
                        1u;
                        2u
                    ]
                ];
                "InputColumns" = [
                    "p_name";
                    "p_partkey"
                ];
                "Streams" = {
                    "Mapper" = [
                        {
                            "Name" = "FlatMap"
                        }
                    ]
                }
            };
            {
                "Id" = 16u;
                "Name" = "YtTouch!";
                "OutputsCount" = 1u;
                "Outputs" = [
                    [
                        1u;
                        3u
                    ]
                ];
                "DependsOn" = [
                    18u
                ]
            };
            {
                "Id" = 21u;
                "Name" = "YtMap!";
                "InputsCount" = 1u;
                "OutputsCount" = 1u;
                "Inputs" = [
                    [
                        1u;
                        4u
                    ]
                ];
                "Outputs" = [
                    [
                        1u;
                        5u
                    ]
                ];
                "InputColumns" = [
                    "l_partkey";
                    "l_quantity";
                    "l_shipdate";
                    "l_suppkey"
                ];
                "Streams" = {
                    "Mapper" = [
                        {
                            "Name" = "FlatMap"
                        };
                        {
                            "Name" = "CombineCore"
                        }
                    ]
                }
            };
            {
                "Id" = 20u;
                "Name" = "YtMapReduce!";
                "InputsCount" = 1u;
                "OutputsCount" = 1u;
                "Inputs" = [
                    [
                        1u;
                        5u
                    ]
                ];
                "Outputs" = [
                    [
                        1u;
                        6u
                    ]
                ];
                "InputColumns" = "*";
                "Streams" = {
                    "Reducer" = [
                        {
                            "Name" = "Condense1"
                        }
                    ]
                };
                "DependsOn" = [
                    21u
                ]
            };
            {
                "Id" = 13u;
                "Name" = "YtTouch!";
                "OutputsCount" = 1u;
                "Outputs" = [
                    [
                        1u;
                        7u
                    ]
                ];
                "DependsOn" = [
                    16u;
                    20u
                ]
            };
            {
                "Id" = 12u;
                "Name" = "YtMap!";
                "InputsCount" = 1u;
                "OutputsCount" = 1u;
                "Inputs" = [
                    [
                        1u;
                        7u
                    ]
                ];
                "Outputs" = [
                    [
                        1u;
                        8u
                    ]
                ];
                "InputColumns" = "*";
                "Streams" = {
                    "Mapper" = [
                        {
                            "Name" = "FlatMap"
                        };
                        {
                            "Name" = "CombineCore"
                        }
                    ]
                };
                "DependsOn" = [
                    13u
                ]
            };
            {
                "Id" = 11u;
                "Name" = "YtMapReduce!";
                "InputsCount" = 1u;
                "OutputsCount" = 1u;
                "Inputs" = [
                    [
                        1u;
                        8u
                    ]
                ];
                "Outputs" = [
                    [
                        1u;
                        9u
                    ]
                ];
                "InputColumns" = "*";
                "Streams" = {
                    "Reducer" = [
                        {
                            "Name" = "StructType"
                        };
                        {
                            "Name" = "FlowType"
                        };
                        {
                            "Name" = "EmptyIterator"
                        }
                    ]
                };
                "DependsOn" = [
                    12u
                ]
            };
            {
                "Id" = 9u;
                "Name" = "YtTouch!";
                "OutputsCount" = 1u;
                "Outputs" = [
                    [
                        1u;
                        10u
                    ]
                ];
                "DependsOn" = [
                    11u
                ]
            };
            {
                "Id" = 23u;
                "Name" = "YtMap!";
                "InputsCount" = 1u;
                "OutputsCount" = 1u;
                "Inputs" = [
                    [
                        1u;
                        11u
                    ]
                ];
                "Outputs" = [
                    [
                        1u;
                        12u
                    ]
                ];
                "InputColumns" = [
                    "n_name";
                    "n_nationkey"
                ];
                "Streams" = {
                    "Mapper" = [
                        {
                            "Name" = "FlatMap"
                        }
                    ]
                }
            };
            {
                "Id" = 6u;
                "Name" = "YtTouch!";
                "OutputsCount" = 1u;
                "Outputs" = [
                    [
                        1u;
                        13u
                    ]
                ];
                "DependsOn" = [
                    9u;
                    23u
                ]
            };
            {
                "Id" = 5u;
                "Name" = "YtSort!";
                "InputsCount" = 1u;
                "OutputsCount" = 1u;
                "Inputs" = [
                    [
                        1u;
                        13u
                    ]
                ];
                "Outputs" = [
                    [
                        1u;
                        14u
                    ]
                ];
                "InputColumns" = "*";
                "DependsOn" = [
                    6u
                ]
            };
            {
                "Id" = 3u;
                "Name" = "ResPull!";
                "PullOperation" = "YtSort!";
                "DependsOn" = [
                    5u
                ]
            };
            {
                "Id" = 1u;
                "Name" = "Commit!";
                "DependsOn" = [
                    3u
                ]
            }
        ];
        "OperationRoot" = 1u;
        "Providers" = [
            {
                "Id" = 1u;
                "Name" = "yt";
                "Cluster" = "plato";
                "Pins" = [
                    {
                        "Id" = 1u;
                        "Table" = "part";
                        "Type" = [
                            "StructType";
                            [
                                [
                                    "p_name";
                                    [
                                        "DataType";
                                        "String"
                                    ]
                                ];
                                [
                                    "p_partkey";
                                    [
                                        "DataType";
                                        "Int32"
                                    ]
                                ]
                            ]
                        ]
                    };
                    {
                        "Id" = 2u;
                        "Table" = "(tmp)"
                    };
                    {
                        "Id" = 3u;
                        "Table" = "(tmp)"
                    };
                    {
                        "Id" = 4u;
                        "Table" = "lineitem";
                        "Type" = [
                            "StructType";
                            [
                                [
                                    "l_partkey";
                                    [
                                        "DataType";
                                        "Int32"
                                    ]
                                ];
                                [
                                    "l_quantity";
                                    [
                                        "DataType";
                                        "Double"
                                    ]
                                ];
                                [
                                    "l_shipdate";
                                    [
                                        "OptionalType";
                                        [
                                            "DataType";
                                            "Date"
                                        ]
                                    ]
                                ];
                                [
                                    "l_suppkey";
                                    [
                                        "DataType";
                                        "Int32"
                                    ]
                                ]
                            ]
                        ]
                    };
                    {
                        "Id" = 5u;
                        "Table" = "(tmp)"
                    };
                    {
                        "Id" = 6u;
                        "Table" = "(tmp)"
                    };
                    {
                        "Id" = 7u;
                        "Table" = "(tmp)"
                    };
                    {
                        "Id" = 8u;
                        "Table" = "(tmp)"
                    };
                    {
                        "Id" = 9u;
                        "Table" = "(tmp)"
                    };
                    {
                        "Id" = 10u;
                        "Table" = "(tmp)"
                    };
                    {
                        "Id" = 11u;
                        "Table" = "nation";
                        "Type" = [
                            "StructType";
                            [
                                [
                                    "n_name";
                                    [
                                        "DataType";
                                        "String"
                                    ]
                                ];
                                [
                                    "n_nationkey";
                                    [
                                        "DataType";
                                        "Int32"
                                    ]
                                ]
                            ]
                        ]
                    };
                    {
                        "Id" = 12u;
                        "Table" = "(tmp)"
                    };
                    {
                        "Id" = 13u;
                        "Table" = "(tmp)"
                    };
                    {
                        "Id" = 14u;
                        "Table" = "(tmp)"
                    }
                ]
            }
        ];
        "OperationStats" = {
            "Commit!" = 1u;
            "ResPull!" = 1u;
            "YtMap!" = 4u;
            "YtMapReduce!" = 2u;
            "YtSort!" = 1u;
            "YtTouch!" = 4u
        }
    };
    "Basic" = {
        "nodes" = [
            {
                "id" = 24u;
                "level" = 1u;
                "name" = "plato.`part`";
                "type" = "in"
            };
            {
                "id" = 25u;
                "level" = 1u;
                "name" = "plato.`lineitem`";
                "type" = "in"
            };
            {
                "id" = 26u;
                "level" = 1u;
                "name" = "plato.`nation`";
                "type" = "in"
            };
            {
                "id" = 18u;
                "level" = 2u;
                "name" = "YtMap!";
                "type" = "op"
            };
            {
                "id" = 16u;
                "level" = 3u;
                "name" = "YtTouch!";
                "type" = "op"
            };
            {
                "id" = 21u;
                "level" = 2u;
                "name" = "YtMap!";
                "type" = "op"
            };
            {
                "id" = 20u;
                "level" = 3u;
                "name" = "YtMapReduce!";
                "type" = "op"
            };
            {
                "id" = 13u;
                "level" = 4u;
                "name" = "YtTouch!";
                "type" = "op"
            };
            {
                "id" = 12u;
                "level" = 5u;
                "name" = "YtMap!";
                "type" = "op"
            };
            {
                "id" = 11u;
                "level" = 6u;
                "name" = "YtMapReduce!";
                "type" = "op"
            };
            {
                "id" = 9u;
                "level" = 7u;
                "name" = "YtTouch!";
                "type" = "op"
            };
            {
                "id" = 23u;
                "level" = 2u;
                "name" = "YtMap!";
                "type" = "op"
            };
            {
                "id" = 6u;
                "level" = 8u;
                "name" = "YtTouch!";
                "type" = "op"
            };
            {
                "id" = 5u;
                "level" = 9u;
                "name" = "YtSort!";
                "type" = "op"
            };
            {
                "id" = 3u;
                "level" = 10u;
                "name" = "ResPull!";
                "type" = "op"
            };
            {
                "id" = 1u;
                "level" = 11u;
                "name" = "Commit! on plato #1";
                "type" = "op"
            }
        ];
        "links" = [
            {
                "source" = 24u;
                "target" = 18u
            };
            {
                "source" = 18u;
                "target" = 16u
            };
            {
                "source" = 25u;
                "target" = 21u
            };
            {
                "source" = 21u;
                "target" = 20u
            };
            {
                "source" = 16u;
                "target" = 13u
            };
            {
                "source" = 20u;
                "target" = 13u
            };
            {
                "source" = 13u;
                "target" = 12u
            };
            {
                "source" = 12u;
                "target" = 11u
            };
            {
                "source" = 11u;
                "target" = 9u
            };
            {
                "source" = 26u;
                "target" = 23u
            };
            {
                "source" = 9u;
                "target" = 6u
            };
            {
                "source" = 23u;
                "target" = 6u
            };
            {
                "source" = 6u;
                "target" = 5u
            };
            {
                "source" = 5u;
                "target" = 3u
            };
            {
                "source" = 3u;
                "target" = 1u
            }
        ]
    }
}