This repository was archived by the owner on May 7, 2026. It is now read-only.
Commit b487cf1
authored
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- bigframes
- bigquery
- _operations
- core/compile
- ibis_compiler
- sqlglot/expressions
- operations
- tests
- system/small/bigquery
- unit/core/compile/sqlglot/expressions
- snapshots/test_json_ops/test_json_keys
Expand file treeCollapse file tree
Open diff view settings
Collapse file
bigframes/bigquery/__init__.py
Copy file name to clipboardExpand all lines: bigframes/bigquery/__init__.py+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
47 | 47 | |
48 | 48 | |
49 | 49 | |
| 50 | + |
50 | 51 | |
51 | 52 | |
52 | 53 | |
| ||
138 | 139 | |
139 | 140 | |
140 | 141 | |
| 142 | + |
141 | 143 | |
142 | 144 | |
143 | 145 | |
|
Collapse file
bigframes/bigquery/_operations/json.py
Copy file name to clipboardExpand all lines: bigframes/bigquery/_operations/json.py+29Lines changed: 29 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
421 | 421 | |
422 | 422 | |
423 | 423 | |
| 424 | + |
| 425 | + |
| 426 | + |
| 427 | + |
| 428 | + |
| 429 | + |
| 430 | + |
| 431 | + |
| 432 | + |
| 433 | + |
| 434 | + |
| 435 | + |
| 436 | + |
| 437 | + |
| 438 | + |
| 439 | + |
| 440 | + |
| 441 | + |
| 442 | + |
| 443 | + |
| 444 | + |
| 445 | + |
| 446 | + |
| 447 | + |
| 448 | + |
| 449 | + |
| 450 | + |
| 451 | + |
| 452 | + |
424 | 453 | |
425 | 454 | |
426 | 455 | |
|
Collapse file
bigframes/core/compile/ibis_compiler/scalar_op_registry.py
Copy file name to clipboardExpand all lines: bigframes/core/compile/ibis_compiler/scalar_op_registry.py+13Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1234 | 1234 | |
1235 | 1235 | |
1236 | 1236 | |
| 1237 | + |
| 1238 | + |
| 1239 | + |
| 1240 | + |
| 1241 | + |
1237 | 1242 | |
1238 | 1243 | |
1239 | 1244 | |
| ||
2059 | 2064 | |
2060 | 2065 | |
2061 | 2066 | |
| 2067 | + |
| 2068 | + |
| 2069 | + |
| 2070 | + |
| 2071 | + |
| 2072 | + |
| 2073 | + |
| 2074 | + |
2062 | 2075 | |
2063 | 2076 | |
2064 | 2077 | |
|
Collapse file
bigframes/core/compile/sqlglot/expressions/json_ops.py
Copy file name to clipboardExpand all lines: bigframes/core/compile/sqlglot/expressions/json_ops.py+5Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
39 | 39 | |
40 | 40 | |
41 | 41 | |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
42 | 47 | |
43 | 48 | |
44 | 49 | |
|
Collapse file
bigframes/operations/__init__.py
Copy file name to clipboardExpand all lines: bigframes/operations/__init__.py+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
128 | 128 | |
129 | 129 | |
130 | 130 | |
| 131 | + |
131 | 132 | |
132 | 133 | |
133 | 134 | |
| ||
381 | 382 | |
382 | 383 | |
383 | 384 | |
| 385 | + |
384 | 386 | |
385 | 387 | |
386 | 388 | |
|
Collapse file
bigframes/operations/json_ops.py
Copy file name to clipboardExpand all lines: bigframes/operations/json_ops.py+17Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
199 | 199 | |
200 | 200 | |
201 | 201 | |
| 202 | + |
| 203 | + |
| 204 | + |
| 205 | + |
| 206 | + |
| 207 | + |
| 208 | + |
| 209 | + |
| 210 | + |
| 211 | + |
| 212 | + |
| 213 | + |
| 214 | + |
| 215 | + |
| 216 | + |
| 217 | + |
| 218 | + |
202 | 219 | |
203 | 220 | |
204 | 221 | |
|
Collapse file
tests/system/small/bigquery/test_json.py
Copy file name to clipboardExpand all lines: tests/system/small/bigquery/test_json.py+50Lines changed: 50 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
434 | 434 | |
435 | 435 | |
436 | 436 | |
| 437 | + |
| 438 | + |
| 439 | + |
| 440 | + |
| 441 | + |
| 442 | + |
| 443 | + |
| 444 | + |
| 445 | + |
| 446 | + |
| 447 | + |
| 448 | + |
| 449 | + |
| 450 | + |
| 451 | + |
| 452 | + |
| 453 | + |
| 454 | + |
| 455 | + |
| 456 | + |
| 457 | + |
| 458 | + |
| 459 | + |
| 460 | + |
| 461 | + |
| 462 | + |
| 463 | + |
| 464 | + |
| 465 | + |
| 466 | + |
| 467 | + |
| 468 | + |
| 469 | + |
| 470 | + |
| 471 | + |
| 472 | + |
| 473 | + |
| 474 | + |
| 475 | + |
| 476 | + |
| 477 | + |
| 478 | + |
| 479 | + |
| 480 | + |
| 481 | + |
| 482 | + |
| 483 | + |
| 484 | + |
| 485 | + |
| 486 | + |
Collapse file
tests/unit/core/compile/sqlglot/expressions/snapshots/test_json_ops/test_json_keys/out.sql
Copy file name to clipboard+15Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
Collapse file
tests/unit/core/compile/sqlglot/expressions/test_json_ops.py
Copy file name to clipboardExpand all lines: tests/unit/core/compile/sqlglot/expressions/test_json_ops.py+13Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
52 | 52 | |
53 | 53 | |
54 | 54 | |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
55 | 68 | |
56 | 69 | |
57 | 70 | |
|
0 commit comments