Commit 8610967
feat: add UDTF documentation and reorganize Geneva docs (#187)
Add two new doc pages for the UDTF features introduced in Geneva 0.11.0:
- Scalar UDTFs (1:N row expansion) for chunking, splitting, tiling
- Batch UDTFs (N:M transformations) for deduplication, clustering, aggregation
Also updates the UDF index page with a UDFs vs UDTFs overview section
and adds both pages to the docs.json navigation.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* feat: add UDFs and UDTFs overview page with visual comparisons
- Add geneva/overview/udfs-and-udtfs.mdx with table-based illustrations
of 1:1, 1:N, and N:M transformations
- Move comparison table out of scalar-udtfs into the overview page
- Remove UDFs vs UDTFs blurb from UDF index (now in overview)
- Use @udtf instead of @geneva.udtf throughout
- Update scalar UDTF inherited columns example to exclude duration
- Reorder sections: choosing the right type and at-a-glance first
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 1a71767 commit 8610967
File tree
7 files changed
+914
-282
lines changed- docs
- geneva
- udfs
7 files changed
+914
-282
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
| 162 | + | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
175 | 168 | | |
176 | | - | |
| 169 | + | |
177 | 170 | | |
178 | 171 | | |
179 | 172 | | |
180 | | - | |
| 173 | + | |
181 | 174 | | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
189 | 179 | | |
190 | 180 | | |
191 | 181 | | |
192 | | - | |
| 182 | + | |
193 | 183 | | |
194 | 184 | | |
195 | | - | |
196 | | - | |
197 | | - | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
198 | 193 | | |
199 | 194 | | |
200 | 195 | | |
201 | 196 | | |
202 | 197 | | |
203 | 198 | | |
204 | 199 | | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
205 | 203 | | |
206 | 204 | | |
207 | 205 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
0 commit comments