{
    "Detailed" = {
        "Operations" = [
            {
                "Id" = 11u;
                "Name" = "YtMapReduce!";
                "InputsCount" = 2u;
                "OutputsCount" = 1u;
                "Inputs" = [
                    [
                        1u;
                        1u
                    ];
                    [
                        1u;
                        2u
                    ]
                ];
                "Outputs" = [
                    [
                        1u;
                        3u
                    ]
                ];
                "InputColumns" = [
                    [
                        "c_custkey";
                        "c_name"
                    ];
                    [
                        "o_custkey";
                        "o_orderdate";
                        "o_orderkey";
                        "o_totalprice"
                    ]
                ];
                "InputSections" = [
                    [
                        0u
                    ];
                    [
                        1u
                    ]
                ];
                "Streams" = {
                    "Mapper" = [
                        {
                            "Name" = "OrderedFlatMap"
                        }
                    ];
                    "Reducer" = [
                        {
                            "Name" = "Chopper";
                            "Children" = [
                                [
                                    {
                                        "Name" = "ExtractMembers"
                                    };
                                    {
                                        "Name" = "OrderedFlatMap"
                                    };
                                    {
                                        "Name" = "CommonJoinCore"
                                    };
                                    {
                                        "Name" = "ExtractMembers"
                                    }
                                ]
                            ]
                        }
                    ]
                }
            };
            {
                "Id" = 14u;
                "Name" = "YtMap!";
                "InputsCount" = 1u;
                "OutputsCount" = 1u;
                "Inputs" = [
                    [
                        1u;
                        4u
                    ]
                ];
                "Outputs" = [
                    [
                        1u;
                        5u
                    ]
                ];
                "InputColumns" = [
                    "l_orderkey";
                    "l_quantity"
                ];
                "Streams" = {
                    "Mapper" = [
                        {
                            "Name" = "CombineCore"
                        }
                    ]
                }
            };
            {
                "Id" = 13u;
                "Name" = "YtMapReduce!";
                "InputsCount" = 1u;
                "OutputsCount" = 1u;
                "Inputs" = [
                    [
                        1u;
                        5u
                    ]
                ];
                "Outputs" = [
                    [
                        1u;
                        6u
                    ]
                ];
                "InputColumns" = "*";
                "Streams" = {
                    "Reducer" = [
                        {
                            "Name" = "Condense1"
                        };
                        {
                            "Name" = "FlatMap"
                        }
                    ]
                };
                "DependsOn" = [
                    14u
                ]
            };
            {
                "Id" = 8u;
                "Name" = "YtTouch!";
                "OutputsCount" = 1u;
                "Outputs" = [
                    [
                        1u;
                        7u
                    ]
                ];
                "DependsOn" = [
                    11u;
                    13u
                ]
            };
            {
                "Id" = 7u;
                "Name" = "YtMap!";
                "InputsCount" = 1u;
                "OutputsCount" = 1u;
                "Inputs" = [
                    [
                        1u;
                        7u
                    ]
                ];
                "Outputs" = [
                    [
                        1u;
                        8u
                    ]
                ];
                "InputColumns" = "*";
                "Streams" = {
                    "Mapper" = [
                        {
                            "Name" = "CombineCore"
                        }
                    ]
                };
                "DependsOn" = [
                    8u
                ]
            };
            {
                "Id" = 6u;
                "Name" = "YtMapReduce!";
                "InputsCount" = 1u;
                "OutputsCount" = 1u;
                "Inputs" = [
                    [
                        1u;
                        8u
                    ]
                ];
                "Outputs" = [
                    [
                        1u;
                        9u
                    ]
                ];
                "InputColumns" = "*";
                "Streams" = {
                    "Reducer" = [
                        {
                            "Name" = "StructType"
                        };
                        {
                            "Name" = "FlowType"
                        };
                        {
                            "Name" = "EmptyIterator"
                        }
                    ]
                };
                "DependsOn" = [
                    7u
                ]
            };
            {
                "Id" = 5u;
                "Name" = "YtSort!";
                "InputsCount" = 1u;
                "OutputsCount" = 1u;
                "Inputs" = [
                    [
                        1u;
                        9u
                    ]
                ];
                "Outputs" = [
                    [
                        1u;
                        10u
                    ]
                ];
                "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" = "customer";
                        "Type" = [
                            "StructType";
                            [
                                [
                                    "c_custkey";
                                    [
                                        "DataType";
                                        "Int32"
                                    ]
                                ];
                                [
                                    "c_name";
                                    [
                                        "DataType";
                                        "String"
                                    ]
                                ]
                            ]
                        ]
                    };
                    {
                        "Id" = 2u;
                        "Table" = "orders";
                        "Type" = [
                            "StructType";
                            [
                                [
                                    "o_custkey";
                                    [
                                        "DataType";
                                        "Int32"
                                    ]
                                ];
                                [
                                    "o_orderdate";
                                    [
                                        "OptionalType";
                                        [
                                            "DataType";
                                            "Date"
                                        ]
                                    ]
                                ];
                                [
                                    "o_orderkey";
                                    [
                                        "DataType";
                                        "Int32"
                                    ]
                                ];
                                [
                                    "o_totalprice";
                                    [
                                        "DataType";
                                        "Double"
                                    ]
                                ]
                            ]
                        ]
                    };
                    {
                        "Id" = 3u;
                        "Table" = "(tmp)"
                    };
                    {
                        "Id" = 4u;
                        "Table" = "lineitem";
                        "Type" = [
                            "StructType";
                            [
                                [
                                    "l_orderkey";
                                    [
                                        "DataType";
                                        "Int32"
                                    ]
                                ];
                                [
                                    "l_quantity";
                                    [
                                        "DataType";
                                        "Double"
                                    ]
                                ]
                            ]
                        ]
                    };
                    {
                        "Id" = 5u;
                        "Table" = "(tmp)"
                    };
                    {
                        "Id" = 6u;
                        "Table" = "(tmp)"
                    };
                    {
                        "Id" = 7u;
                        "Table" = "(tmp)"
                    };
                    {
                        "Id" = 8u;
                        "Table" = "(tmp)"
                    };
                    {
                        "Id" = 9u;
                        "Table" = "(tmp)"
                    };
                    {
                        "Id" = 10u;
                        "Table" = "(tmp)"
                    }
                ]
            }
        ];
        "OperationStats" = {
            "Commit!" = 1u;
            "ResPull!" = 1u;
            "YtMap!" = 2u;
            "YtMapReduce!" = 3u;
            "YtSort!" = 1u;
            "YtTouch!" = 1u
        }
    };
    "Basic" = {
        "nodes" = [
            {
                "id" = 15u;
                "level" = 1u;
                "name" = "plato.`customer`";
                "type" = "in"
            };
            {
                "id" = 16u;
                "level" = 1u;
                "name" = "plato.`orders`";
                "type" = "in"
            };
            {
                "id" = 17u;
                "level" = 1u;
                "name" = "plato.`lineitem`";
                "type" = "in"
            };
            {
                "id" = 11u;
                "level" = 2u;
                "name" = "YtMapReduce!, in 2";
                "type" = "op"
            };
            {
                "id" = 14u;
                "level" = 2u;
                "name" = "YtMap!";
                "type" = "op"
            };
            {
                "id" = 13u;
                "level" = 3u;
                "name" = "YtMapReduce!";
                "type" = "op"
            };
            {
                "id" = 8u;
                "level" = 4u;
                "name" = "YtTouch!";
                "type" = "op"
            };
            {
                "id" = 7u;
                "level" = 5u;
                "name" = "YtMap!";
                "type" = "op"
            };
            {
                "id" = 6u;
                "level" = 6u;
                "name" = "YtMapReduce!";
                "type" = "op"
            };
            {
                "id" = 5u;
                "level" = 7u;
                "name" = "YtSort!";
                "type" = "op"
            };
            {
                "id" = 3u;
                "level" = 8u;
                "name" = "ResPull!";
                "type" = "op"
            };
            {
                "id" = 1u;
                "level" = 9u;
                "name" = "Commit! on plato #1";
                "type" = "op"
            }
        ];
        "links" = [
            {
                "source" = 15u;
                "target" = 11u
            };
            {
                "source" = 16u;
                "target" = 11u
            };
            {
                "source" = 17u;
                "target" = 14u
            };
            {
                "source" = 14u;
                "target" = 13u
            };
            {
                "source" = 11u;
                "target" = 8u
            };
            {
                "source" = 13u;
                "target" = 8u
            };
            {
                "source" = 8u;
                "target" = 7u
            };
            {
                "source" = 7u;
                "target" = 6u
            };
            {
                "source" = 6u;
                "target" = 5u
            };
            {
                "source" = 5u;
                "target" = 3u
            };
            {
                "source" = 3u;
                "target" = 1u
            }
        ]
    }
}