Skip to content
New issue

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

DM-33164: Reimplement order_by method for query results #630

Merged
merged 1 commit into from
Jan 13, 2022

Commits on Jan 13, 2022

  1. Reimplement order_by method for query results (DM-33164)

    `DataCoordinateQueryResults` is now using window function `row_number()`
    ordering rank for DataIds query, this simplifies handling of the
    ordering columns and generation of the materialized query.
    `queryDimensionRecords()` is doing ordering in-memory by using an
    ordering function that compares attributes of `DimensionRecord`
    instances.
    andy-slac committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    4df5dc9 View commit details
    Browse the repository at this point in the history