{
    "Detailed" = {
        "Operations" = [
            {
                "Id" = 9u;
                "Name" = "ResFill!"
            };
            {
                "Id" = 12u;
                "Name" = "YtMap!";
                "InputsCount" = 1u;
                "OutputsCount" = 1u;
                "Inputs" = [
                    [
                        1u;
                        1u
                    ]
                ];
                "Outputs" = [
                    [
                        1u;
                        2u
                    ]
                ];
                "InputColumns" = [
                    "d32";
                    "dt64";
                    "i64";
                    "row";
                    "ts64"
                ];
                "Streams" = {
                    "Mapper" = [
                        {
                            "Name" = "FlatMap"
                        }
                    ]
                }
            };
            {
                "Id" = 11u;
                "Name" = "YtSort!";
                "InputsCount" = 1u;
                "OutputsCount" = 1u;
                "Inputs" = [
                    [
                        1u;
                        2u
                    ]
                ];
                "Outputs" = [
                    [
                        1u;
                        3u
                    ]
                ];
                "InputColumns" = "*";
                "DependsOn" = [
                    12u
                ]
            };
            {
                "Id" = 7u;
                "Name" = "ResPull!";
                "PullOperation" = "YtSort!";
                "DependsOn" = [
                    9u;
                    11u
                ]
            };
            {
                "Id" = 15u;
                "Name" = "YtMap!";
                "InputsCount" = 1u;
                "OutputsCount" = 1u;
                "Inputs" = [
                    [
                        1u;
                        4u
                    ]
                ];
                "Outputs" = [
                    [
                        1u;
                        5u
                    ]
                ];
                "InputColumns" = [
                    "d";
                    "dt";
                    "row";
                    "ts"
                ];
                "Streams" = {
                    "Mapper" = [
                        {
                            "Name" = "FlatMap"
                        }
                    ]
                }
            };
            {
                "Id" = 14u;
                "Name" = "YtSort!";
                "InputsCount" = 1u;
                "OutputsCount" = 1u;
                "Inputs" = [
                    [
                        1u;
                        5u
                    ]
                ];
                "Outputs" = [
                    [
                        1u;
                        6u
                    ]
                ];
                "InputColumns" = "*";
                "DependsOn" = [
                    15u
                ]
            };
            {
                "Id" = 5u;
                "Name" = "ResPull!";
                "PullOperation" = "YtSort!";
                "DependsOn" = [
                    7u;
                    14u
                ]
            };
            {
                "Id" = 18u;
                "Name" = "YtMap!";
                "InputsCount" = 1u;
                "OutputsCount" = 1u;
                "Inputs" = [
                    [
                        1u;
                        7u
                    ]
                ];
                "Outputs" = [
                    [
                        1u;
                        8u
                    ]
                ];
                "InputColumns" = [
                    "i";
                    "row"
                ];
                "Streams" = {
                    "Mapper" = [
                        {
                            "Name" = "FlatMap"
                        }
                    ]
                }
            };
            {
                "Id" = 17u;
                "Name" = "YtSort!";
                "InputsCount" = 1u;
                "OutputsCount" = 1u;
                "Inputs" = [
                    [
                        1u;
                        8u
                    ]
                ];
                "Outputs" = [
                    [
                        1u;
                        9u
                    ]
                ];
                "InputColumns" = "*";
                "DependsOn" = [
                    18u
                ]
            };
            {
                "Id" = 3u;
                "Name" = "ResPull!";
                "PullOperation" = "YtSort!";
                "DependsOn" = [
                    5u;
                    17u
                ]
            };
            {
                "Id" = 1u;
                "Name" = "Commit!";
                "DependsOn" = [
                    3u
                ]
            }
        ];
        "OperationRoot" = 1u;
        "Providers" = [
            {
                "Id" = 1u;
                "Name" = "yt";
                "Cluster" = "plato";
                "Pins" = [
                    {
                        "Id" = 1u;
                        "Table" = "BigDates";
                        "Type" = [
                            "StructType";
                            [
                                [
                                    "d32";
                                    [
                                        "DataType";
                                        "Date32"
                                    ]
                                ];
                                [
                                    "dt64";
                                    [
                                        "DataType";
                                        "Datetime64"
                                    ]
                                ];
                                [
                                    "i64";
                                    [
                                        "DataType";
                                        "Interval64"
                                    ]
                                ];
                                [
                                    "row";
                                    [
                                        "DataType";
                                        "Int64"
                                    ]
                                ];
                                [
                                    "ts64";
                                    [
                                        "DataType";
                                        "Timestamp64"
                                    ]
                                ]
                            ]
                        ]
                    };
                    {
                        "Id" = 2u;
                        "Table" = "(tmp)"
                    };
                    {
                        "Id" = 3u;
                        "Table" = "(tmp)"
                    };
                    {
                        "Id" = 4u;
                        "Table" = "NarrowDates";
                        "Type" = [
                            "StructType";
                            [
                                [
                                    "d";
                                    [
                                        "DataType";
                                        "Date"
                                    ]
                                ];
                                [
                                    "dt";
                                    [
                                        "DataType";
                                        "Datetime"
                                    ]
                                ];
                                [
                                    "row";
                                    [
                                        "DataType";
                                        "Uint64"
                                    ]
                                ];
                                [
                                    "ts";
                                    [
                                        "DataType";
                                        "Timestamp"
                                    ]
                                ]
                            ]
                        ]
                    };
                    {
                        "Id" = 5u;
                        "Table" = "(tmp)"
                    };
                    {
                        "Id" = 6u;
                        "Table" = "(tmp)"
                    };
                    {
                        "Id" = 7u;
                        "Table" = "NarrowInterval";
                        "Type" = [
                            "StructType";
                            [
                                [
                                    "i";
                                    [
                                        "DataType";
                                        "Interval"
                                    ]
                                ];
                                [
                                    "row";
                                    [
                                        "DataType";
                                        "Int64"
                                    ]
                                ]
                            ]
                        ]
                    };
                    {
                        "Id" = 8u;
                        "Table" = "(tmp)"
                    };
                    {
                        "Id" = 9u;
                        "Table" = "(tmp)"
                    }
                ]
            }
        ];
        "OperationStats" = {
            "Commit!" = 1u;
            "ResFill!" = 1u;
            "ResPull!" = 3u;
            "YtMap!" = 3u;
            "YtSort!" = 3u
        }
    };
    "Basic" = {
        "nodes" = [
            {
                "id" = 19u;
                "level" = 1u;
                "name" = "plato.`BigDates`";
                "type" = "in"
            };
            {
                "id" = 20u;
                "level" = 1u;
                "name" = "plato.`NarrowDates`";
                "type" = "in"
            };
            {
                "id" = 21u;
                "level" = 1u;
                "name" = "plato.`NarrowInterval`";
                "type" = "in"
            };
            {
                "id" = 9u;
                "level" = 1u;
                "name" = "ResFill!";
                "type" = "op"
            };
            {
                "id" = 12u;
                "level" = 2u;
                "name" = "YtMap!";
                "type" = "op"
            };
            {
                "id" = 11u;
                "level" = 3u;
                "name" = "YtSort!";
                "type" = "op"
            };
            {
                "id" = 7u;
                "level" = 4u;
                "name" = "ResPull!";
                "type" = "op"
            };
            {
                "id" = 15u;
                "level" = 2u;
                "name" = "YtMap!";
                "type" = "op"
            };
            {
                "id" = 14u;
                "level" = 3u;
                "name" = "YtSort!";
                "type" = "op"
            };
            {
                "id" = 5u;
                "level" = 5u;
                "name" = "ResPull!";
                "type" = "op"
            };
            {
                "id" = 18u;
                "level" = 2u;
                "name" = "YtMap!";
                "type" = "op"
            };
            {
                "id" = 17u;
                "level" = 3u;
                "name" = "YtSort!";
                "type" = "op"
            };
            {
                "id" = 3u;
                "level" = 6u;
                "name" = "ResPull!";
                "type" = "op"
            };
            {
                "id" = 1u;
                "level" = 7u;
                "name" = "Commit! on plato #1";
                "type" = "op"
            }
        ];
        "links" = [
            {
                "source" = 19u;
                "target" = 12u
            };
            {
                "source" = 12u;
                "target" = 11u
            };
            {
                "source" = 9u;
                "target" = 7u
            };
            {
                "source" = 11u;
                "target" = 7u
            };
            {
                "source" = 20u;
                "target" = 15u
            };
            {
                "source" = 15u;
                "target" = 14u
            };
            {
                "source" = 7u;
                "target" = 5u
            };
            {
                "source" = 14u;
                "target" = 5u
            };
            {
                "source" = 21u;
                "target" = 18u
            };
            {
                "source" = 18u;
                "target" = 17u
            };
            {
                "source" = 5u;
                "target" = 3u
            };
            {
                "source" = 17u;
                "target" = 3u
            };
            {
                "source" = 3u;
                "target" = 1u
            }
        ]
    }
}