framework
framework copied to clipboard
Destructuring Doc Suggestion
This used to return a JS array of maps; one per row. Now it returns the arrow table.
sql id=top10
SELECT * FROM gaia ORDER BY phot_g_mean_mag LIMIT 10
Suggestion: add something like this to the docs to make it explicit how to pull out all the rows.
sql id=[...top10]
SELECT * FROM gaia ORDER BY phot_g_mean_mag LIMIT 10
I'm not a huge fan of the "array of Proxies" that this returns, but agree that the arrow table is too opaque (discussed also as part of #1120).