-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathduck_plan.json
44 lines (44 loc) · 1.01 KB
/
duck_plan.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"_tag": "Sort",
"@_id": null,
"@_scan_discount_factor": 0.2,
"@_active": false,
"@_limit": null,
"children": [
{
"_tag": "GroupBy",
"@_id": null,
"@_scan_discount_factor": 0.2,
"@_active": true,
"@_mode": null,
"@_method": "hash",
"children": [
{
"_tag": "Projection",
"@_id": null,
"@_scan_discount_factor": 0.2,
"@_active": false,
"children": [
{
"_tag": "Projection",
"@_id": null,
"@_scan_discount_factor": 0.2,
"@_active": false,
"children": [
{
"_tag": "TableScan",
"@_id": null,
"@_scan_discount_factor": 0.2,
"@_active": false,
"@_table_name": "lineitem",
"@_table_size": null,
"@_type": null
}
]
}
]
}
]
}
]
}