Commit a405963
committed
perf: eliminate .map().join() in WindowOperator/SetOperator key construction; fix docs categorization
- WindowOperator partition key: .map().join() → direct concatenation loop
- SetOperator rowKey: Object.keys().sort().map().join() → direct concatenation loop
- dataframe-api docs: move toCode/toDescriptor from "Terminal methods" to new "Introspection" section
(they don't execute queries)1 parent 12069eb commit a405963
2 files changed
+26
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
176 | | - | |
177 | 175 | | |
178 | 176 | | |
179 | 177 | | |
| |||
204 | 202 | | |
205 | 203 | | |
206 | 204 | | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
207 | 214 | | |
208 | 215 | | |
209 | 216 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
924 | 924 | | |
925 | 925 | | |
926 | 926 | | |
927 | | - | |
928 | | - | |
929 | | - | |
| 927 | + | |
| 928 | + | |
| 929 | + | |
| 930 | + | |
| 931 | + | |
| 932 | + | |
| 933 | + | |
| 934 | + | |
| 935 | + | |
| 936 | + | |
930 | 937 | | |
931 | 938 | | |
932 | 939 | | |
| |||
1199 | 1206 | | |
1200 | 1207 | | |
1201 | 1208 | | |
1202 | | - | |
| 1209 | + | |
| 1210 | + | |
| 1211 | + | |
| 1212 | + | |
| 1213 | + | |
| 1214 | + | |
| 1215 | + | |
1203 | 1216 | | |
1204 | 1217 | | |
1205 | 1218 | | |
| |||
0 commit comments