This repository was archived by the owner on May 7, 2026. It is now read-only.
Commit b952428
authored
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- bigframes
- core
- compile
- ibis_compiler
- sqlglot
- expressions
- sql
- rewrite
- sql
- functions
- operations
- testing
- tests
- system
- large
- functions
- ml
- small/functions
- unit
- core/compile/sqlglot/expressions
- functions
Expand file treeCollapse file tree
Open diff view settings
Collapse file
bigframes/core/compile/ibis_compiler/ibis_compiler.py
Copy file name to clipboardExpand all lines: bigframes/core/compile/ibis_compiler/ibis_compiler.py+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
88 | 88 | |
89 | 89 | |
90 | 90 | |
| 91 | + |
91 | 92 | |
92 | 93 | |
93 | 94 | |
|
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+14-4Lines changed: 14 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1037 | 1037 | |
1038 | 1038 | |
1039 | 1039 | |
1040 | | - |
| 1040 | + |
| 1041 | + |
1041 | 1042 | |
1042 | 1043 | |
1043 | 1044 | |
| ||
1056 | 1057 | |
1057 | 1058 | |
1058 | 1059 | |
1059 | | - |
| 1060 | + |
| 1061 | + |
1060 | 1062 | |
1061 | 1063 | |
1062 | 1064 | |
| ||
1073 | 1075 | |
1074 | 1076 | |
1075 | 1077 | |
1076 | | - |
1077 | | - |
| 1078 | + |
| 1079 | + |
| 1080 | + |
1078 | 1081 | |
1079 | 1082 | |
1080 | 1083 | |
| ||
1153 | 1156 | |
1154 | 1157 | |
1155 | 1158 | |
| 1159 | + |
| 1160 | + |
| 1161 | + |
| 1162 | + |
| 1163 | + |
| 1164 | + |
| 1165 | + |
1156 | 1166 | |
1157 | 1167 | |
1158 | 1168 | |
|
Collapse file
bigframes/core/compile/sqlglot/compiler.py
Copy file name to clipboardExpand all lines: bigframes/core/compile/sqlglot/compiler.py+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
369 | 369 | |
370 | 370 | |
371 | 371 | |
| 372 | + |
372 | 373 | |
Collapse file
bigframes/core/compile/sqlglot/expressions/array_ops.py
Copy file name to clipboardExpand all lines: bigframes/core/compile/sqlglot/expressions/array_ops.py+22Lines changed: 22 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
73 | 73 | |
74 | 74 | |
75 | 75 | |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
76 | 98 | |
77 | 99 | |
78 | 100 | |
|
Collapse file
bigframes/core/compile/sqlglot/sql/__init__.py
Copy file name to clipboardExpand all lines: bigframes/core/compile/sqlglot/sql/__init__.py-2Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
15 | 15 | |
16 | 16 | |
17 | 17 | |
18 | | - |
19 | 18 | |
20 | 19 | |
21 | 20 | |
| ||
28 | 27 | |
29 | 28 | |
30 | 29 | |
31 | | - |
32 | 30 | |
33 | 31 | |
34 | 32 | |
|
Collapse file
bigframes/core/compile/sqlglot/sql/base.py
Copy file name to clipboardExpand all lines: bigframes/core/compile/sqlglot/sql/base.py-23Lines changed: 0 additions & 23 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
136 | 136 | |
137 | 137 | |
138 | 138 | |
139 | | - |
140 | | - |
141 | | - |
142 | | - |
143 | | - |
144 | | - |
145 | | - |
146 | | - |
147 | | - |
148 | | - |
149 | | - |
150 | | - |
151 | | - |
152 | | - |
153 | | - |
154 | | - |
155 | | - |
156 | | - |
157 | | - |
158 | | - |
159 | | - |
160 | | - |
161 | | - |
162 | 139 | |
163 | 140 | |
164 | 141 | |
|
Collapse file
bigframes/core/rewrite/__init__.py
Copy file name to clipboardExpand all lines: bigframes/core/rewrite/__init__.py+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
27 | 27 | |
28 | 28 | |
29 | 29 | |
| 30 | + |
30 | 31 | |
31 | 32 | |
32 | 33 | |
| ||
53 | 54 | |
54 | 55 | |
55 | 56 | |
| 57 | + |
56 | 58 | |
Collapse file
bigframes/core/rewrite/udfs.py
Copy file name to clipboard+87Lines changed: 87 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 | + |
| 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 | + |
Collapse file
bigframes/core/sql/__init__.py
Copy file name to clipboardExpand all lines: bigframes/core/sql/__init__.py+29Lines changed: 29 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
48 | 48 | |
49 | 49 | |
50 | 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 | + |
51 | 80 | |
52 | 81 | |
53 | 82 | |
|
Collapse file
+3-2Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
4748 | 4748 | |
4749 | 4749 | |
4750 | 4750 | |
4751 | | - |
| 4751 | + |
| 4752 | + |
| 4753 | + |
4752 | 4754 | |
4753 | 4755 | |
4754 | 4756 | |
| ||
4793 | 4795 | |
4794 | 4796 | |
4795 | 4797 | |
4796 | | - |
4797 | 4798 | |
4798 | 4799 | |
4799 | 4800 | |
|
0 commit comments