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

handle dates and timedeltas in aggregators and DescribeSheet #2380

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    5183411 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef57111 View commit details
    Browse the repository at this point in the history
  3. [aggr-] change sum type to anytype

    For a column of dates with no rows, the sum was shown as "Dec 31, 1969".
    midichef committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    0ab4426 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8af017 View commit details
    Browse the repository at this point in the history
  5. [describe-] use each aggregator's type for its column

    Fixes the display of mean of a column of dates.
    midichef committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    3cae0f1 View commit details
    Browse the repository at this point in the history
  6. [describe-] use aggregators for min/max/sum/median

    The sum aggregator can sum timedeltas. The sum() function could not.
    midichef committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    edd60cd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2e3d985 View commit details
    Browse the repository at this point in the history
  8. [aggr-] change type for min/max/median to anytype

    Fixes type-related errors when using the aggregators in DescribeSheet.
    midichef committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    a8f469f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    92e80cf View commit details
    Browse the repository at this point in the history