Commit 0cd7d52
Change get_stats() to return ir.Table for consistency
Return ir.Table instead of dict to match get_storage_info() and
get_column_statistics(). This provides lazy evaluation and lets
users work with the data however they prefer.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 96d9f47 commit 0cd7d52
1 file changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
| 166 | + | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
| 171 | + | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
177 | | - | |
| 176 | + | |
178 | 177 | | |
179 | 178 | | |
180 | 179 | | |
| |||
0 commit comments