Commit eb042f0
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- docs
- getting-started/concepts
- reference
- protos/feast/types
- sdk/python
- feast
- protos/feast/types
- tests/unit
- skills/references
Expand file treeCollapse file tree
Open diff view settings
Collapse file
docs/getting-started/concepts/feast-types.md
Copy file name to clipboardExpand all lines: docs/getting-started/concepts/feast-types.md+1Lines changed: 1 addition & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
8 | 8 | |
9 | 9 | |
10 | 10 | |
| 11 | + |
11 | 12 | |
12 | 13 | |
13 | 14 | |
|
Collapse file
docs/reference/type-system.md
Copy file name to clipboardExpand all lines: docs/reference/type-system.md+41-1Lines changed: 41 additions & 1 deletion
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
24 | 24 | |
25 | 25 | |
26 | 26 | |
| 27 | + |
27 | 28 | |
28 | 29 | |
29 | 30 | |
| ||
202 | 203 | |
203 | 204 | |
204 | 205 | |
205 | | - |
| 206 | + |
| 207 | + |
206 | 208 | |
207 | 209 | |
208 | 210 | |
| ||
232 | 234 | |
233 | 235 | |
234 | 236 | |
| 237 | + |
235 | 238 | |
236 | 239 | |
237 | 240 | |
| ||
362 | 365 | |
363 | 366 | |
364 | 367 | |
| 368 | + |
| 369 | + |
| 370 | + |
| 371 | + |
| 372 | + |
| 373 | + |
| 374 | + |
| 375 | + |
| 376 | + |
| 377 | + |
| 378 | + |
| 379 | + |
| 380 | + |
| 381 | + |
| 382 | + |
| 383 | + |
| 384 | + |
| 385 | + |
| 386 | + |
| 387 | + |
| 388 | + |
| 389 | + |
| 390 | + |
| 391 | + |
| 392 | + |
| 393 | + |
| 394 | + |
| 395 | + |
| 396 | + |
| 397 | + |
| 398 | + |
| 399 | + |
| 400 | + |
| 401 | + |
| 402 | + |
| 403 | + |
| 404 | + |
365 | 405 | |
366 | 406 | |
367 | 407 | |
|
Collapse file
protos/feast/types/Value.proto
Copy file name to clipboardExpand all lines: protos/feast/types/Value.proto+13Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
69 | 69 | |
70 | 70 | |
71 | 71 | |
| 72 | + |
72 | 73 | |
73 | 74 | |
74 | 75 | |
| ||
120 | 121 | |
121 | 122 | |
122 | 123 | |
| 124 | + |
123 | 125 | |
124 | 126 | |
125 | 127 | |
126 | 128 | |
127 | 129 | |
128 | 130 | |
129 | 131 | |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
130 | 143 | |
131 | 144 | |
132 | 145 | |
|
Collapse file
sdk/python/feast/feature_server_utils.py
Copy file name to clipboardExpand all lines: sdk/python/feast/feature_server_utils.py+19Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
99 | 99 | |
100 | 100 | |
101 | 101 | |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
102 | 107 | |
103 | 108 | |
104 | 109 | |
| ||
109 | 114 | |
110 | 115 | |
111 | 116 | |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
112 | 131 | |
113 | 132 | |
114 | 133 | |
|
Collapse file
sdk/python/feast/proto_json.py
Copy file name to clipboardExpand all lines: sdk/python/feast/proto_json.py+7-1Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
66 | 66 | |
67 | 67 | |
68 | 68 | |
69 | | - |
| 69 | + |
70 | 70 | |
71 | 71 | |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
72 | 78 | |
73 | 79 | |
74 | 80 | |
|
0 commit comments