Skip to content

Destructuring Doc Suggestion #1250

Open
@zachcp

Description

@zachcp

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions