-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnull-types.tab
122 lines (122 loc) · 2.66 KB
/
null-types.tab
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"nodes": [
{
"name": "Values",
"position": {
"x": 46.0,
"y": 89.0
},
"size": {
"width": 298.0,
"height": 149.0
},
"id": "1",
"constants": {
"values": {
"values": [
{
"name": "A",
"valueType": "Int",
"id": "2",
"color": {
"red": 0.01568627543747425,
"green": 0.0941176488995552,
"blue": 0.6235294342041016,
"opacity": 1.0
}
},
{
"name": "B",
"valueType": "Double",
"id": "3",
"color": {
"red": 0.01568627543747425,
"green": 0.42352941632270813,
"blue": 0.615686297416687,
"opacity": 1.0
}
}
]
}
}
},
{
"name": "Calc",
"position": {
"x": 389.0,
"y": 89.0
},
"size": {
"width": 299.0,
"height": 278.0
},
"id": "4",
"calculated": {
"indexType": "Int",
"calculations": {
"aggregations": [
{
"name": "a+b",
"formula": {
"expression": "a+b",
"variables": [
{
"name": "a",
"id": "6"
},
{
"name": "b",
"id": "7"
}
]
},
"id": "5",
"destination": "8"
}
],
"tabular": [],
"inputs": [
{
"name": "a",
"mapTo": [
{
"name": "a",
"id": "6"
}
],
"id": "9",
"color": {
"red": 0.6470588445663452,
"green": 0.4941176474094391,
"blue": 0.0,
"opacity": 1.0
}
},
{
"name": "b",
"mapTo": [
{
"name": "b",
"id": "7"
}
],
"id": "10",
"color": {
"red": 0.49803921580314636,
"green": 0.6509804129600525,
"blue": 0.007843137718737125,
"opacity": 1.0
}
}
]
},
"columns": {
"values": []
},
"values": {
"values": []
}
}
}
]
}