We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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).
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
This used to return a JS array of maps; one per row. Now it returns the arrow table.
Suggestion: add something like this to the docs to make it explicit how to pull out all the rows.
The text was updated successfully, but these errors were encountered: