This repository was archived by the owner on May 7, 2026. It is now read-only.
Commit 44e0ffd
docs: Rename Blob column references to ObjectRef column (#2535)
Updates documentation and internal comments to use the term "ObjectRef
column" instead of "Blob column", as per the official BigQuery
documentation. Links to the documentation are included in user-facing
docstrings.
---
*PR created automatically by Jules for task
[15739234298342142432](https://jules.google.com/task/15739234298342142432)
started by @tswast*
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: tswast <247555+tswast@users.noreply.github.com>1 parent 69fe317 commit 44e0ffdCopy full SHA for 44e0ffd
5 files changed
+14-14Lines changed: 14 additions & 14 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- bigframes
- ml
- operations
- session
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
817 | 817 | |
818 | 818 | |
819 | 819 | |
820 | | - |
| 820 | + |
821 | 821 | |
822 | 822 | |
823 | 823 | |
|
Collapse file
+4-4Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
286 | 286 | |
287 | 287 | |
288 | 288 | |
289 | | - |
| 289 | + |
290 | 290 | |
291 | 291 | |
292 | 292 | |
| ||
374 | 374 | |
375 | 375 | |
376 | 376 | |
377 | | - |
| 377 | + |
378 | 378 | |
379 | 379 | |
380 | 380 | |
| ||
668 | 668 | |
669 | 669 | |
670 | 670 | |
671 | | - |
| 671 | + |
672 | 672 | |
673 | 673 | |
674 | 674 | |
675 | 675 | |
676 | 676 | |
677 | | - |
| 677 | + |
678 | 678 | |
679 | 679 | |
680 | 680 | |
|
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
203 | 203 | |
204 | 204 | |
205 | 205 | |
206 | | - |
| 206 | + |
207 | 207 | |
208 | 208 | |
209 | 209 | |
|
Collapse file
bigframes/operations/semantics.py
Copy file name to clipboardExpand all lines: bigframes/operations/semantics.py+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
382 | 382 | |
383 | 383 | |
384 | 384 | |
385 | | - |
| 385 | + |
386 | 386 | |
387 | 387 | |
388 | 388 | |
| ||
501 | 501 | |
502 | 502 | |
503 | 503 | |
504 | | - |
| 504 | + |
505 | 505 | |
506 | 506 | |
507 | 507 | |
|
Collapse file
bigframes/session/__init__.py
Copy file name to clipboardExpand all lines: bigframes/session/__init__.py+6-6Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2234 | 2234 | |
2235 | 2235 | |
2236 | 2236 | |
2237 | | - |
| 2237 | + |
2238 | 2238 | |
2239 | 2239 | |
2240 | 2240 | |
2241 | 2241 | |
2242 | | - |
| 2242 | + |
2243 | 2243 | |
2244 | 2244 | |
2245 | 2245 | |
| ||
2252 | 2252 | |
2253 | 2253 | |
2254 | 2254 | |
2255 | | - |
| 2255 | + |
2256 | 2256 | |
2257 | 2257 | |
2258 | 2258 | |
| ||
2295 | 2295 | |
2296 | 2296 | |
2297 | 2297 | |
2298 | | - |
| 2298 | + |
2299 | 2299 | |
2300 | 2300 | |
2301 | 2301 | |
2302 | | - |
| 2302 | + |
2303 | 2303 | |
2304 | 2304 | |
2305 | 2305 | |
2306 | 2306 | |
2307 | 2307 | |
2308 | 2308 | |
2309 | | - |
| 2309 | + |
2310 | 2310 | |
2311 | 2311 | |
2312 | 2312 | |
|
0 commit comments