1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
- "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
- <!-- Generated by graphviz version 2.43.0 (0)
- -->
- <!-- Title: G Pages: 1 -->
- <svg width="391pt" height="323pt"
- viewBox="0.00 0.00 391.00 323.09" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 319.09)">
- <title>G</title>
- <polygon fill="white" stroke="transparent" points="-4,4 -4,-319.09 387,-319.09 387,4 -4,4"/>
- <text text-anchor="middle" x="191.5" y="-7.8" font-family="Times,serif" font-size="14.00">select * from (values(1, 2), (3, 4)); (before rewrites)</text>
- <g id="clust1" class="cluster">
- <title>cluster0</title>
- <polygon fill="none" stroke="black" points="68.5,-194 68.5,-307.09 354.5,-307.09 354.5,-194 68.5,-194"/>
- <text text-anchor="middle" x="119" y="-291.89" font-family="Times,serif" font-size="14.00">Box0:Select</text>
- </g>
- <g id="clust3" class="cluster">
- <title>cluster1</title>
- <polygon fill="none" stroke="black" points="28.5,-31 28.5,-186 198.5,-186 198.5,-31 28.5,-31"/>
- <text text-anchor="middle" x="80.5" y="-170.8" font-family="Times,serif" font-size="14.00">Box1:Values</text>
- </g>
- <!-- boxhead0 -->
- <g id="node1" class="node">
- <title>boxhead0</title>
- <polygon fill="none" stroke="black" points="168.5,-204.55 168.5,-273.55 346.5,-273.55 346.5,-204.55 168.5,-204.55"/>
- <text text-anchor="middle" x="257.5" y="-258.35" font-family="Times,serif" font-size="14.00">Distinct: Preserve</text>
- <polyline fill="none" stroke="black" points="168.5,-250.55 346.5,-250.55 "/>
- <text text-anchor="middle" x="257.5" y="-235.35" font-family="Times,serif" font-size="14.00">0: Q0.c0 as COLUMN1</text>
- <polyline fill="none" stroke="black" points="168.5,-227.55 346.5,-227.55 "/>
- <text text-anchor="middle" x="257.5" y="-212.35" font-family="Times,serif" font-size="14.00">1: Q0.c1 as COLUMN2</text>
- </g>
- <!-- Q0 -->
- <g id="node2" class="node">
- <title>Q0</title>
- <ellipse fill="none" stroke="black" cx="113.5" cy="-239.05" rx="37.09" ry="37.09"/>
- <text text-anchor="middle" x="113.5" y="-235.35" font-family="Times,serif" font-size="14.00">Q0(F)</text>
- </g>
- <!-- boxhead1 -->
- <g id="node3" class="node">
- <title>boxhead1</title>
- <polygon fill="none" stroke="black" points="37,-39.5 37,-154.5 190,-154.5 190,-39.5 37,-39.5"/>
- <text text-anchor="middle" x="113.5" y="-139.3" font-family="Times,serif" font-size="14.00">Distinct: Preserve</text>
- <polyline fill="none" stroke="black" points="37,-131.5 190,-131.5 "/>
- <text text-anchor="middle" x="113.5" y="-116.3" font-family="Times,serif" font-size="14.00">0: c0 as COLUMN1</text>
- <polyline fill="none" stroke="black" points="37,-108.5 190,-108.5 "/>
- <text text-anchor="middle" x="113.5" y="-93.3" font-family="Times,serif" font-size="14.00">1: c1 as COLUMN2</text>
- <polyline fill="none" stroke="black" points="37,-85.5 190,-85.5 "/>
- <text text-anchor="middle" x="113.5" y="-70.3" font-family="Times,serif" font-size="14.00">1, 2</text>
- <polyline fill="none" stroke="black" points="37,-62.5 190,-62.5 "/>
- <text text-anchor="middle" x="113.5" y="-47.3" font-family="Times,serif" font-size="14.00">3, 4</text>
- </g>
- <!-- Q0->boxhead1 -->
- <g id="edge1" class="edge">
- <title>Q0->boxhead1</title>
- <path fill="none" stroke="black" stroke-dasharray="5,2" d="M113.5,-201.98C113.5,-196.91 113.5,-191.54 113.5,-186"/>
- </g>
- </g>
- </svg>
|