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

Add date capabilities to #GROUPBY #2731

Open
wants to merge 1 commit into
base: integration
Choose a base branch
from

Conversation

lbschanno
Copy link
Collaborator

Add the ability to subselect part of a date in the #GROUPBY function. These can now be specified similar to the #UNIQUE function, and support the granularities MILLISECOND, SECOND, TENTH_OF_HOUR, HOUR, DAY, MONTH, and YEAR. In addition, the following functions have been added:

#GROUPBY_MILLISECOND()
#GROUPBY_SECOND()
#GROUPBY_TENTH_OF_HOUR()
#GROUPBY_HOUR()
#GROUPBY_DAY()
#GROUPBY_MONTH()
#GROUPBY_YEAR()

Closes #2703

Add the ability to subselect part of a date in the #GROUPBY function.
These can now be specified similar to the #UNIQUE function, and support
the granularities MILLISECOND, SECOND, TENTH_OF_HOUR, HOUR, DAY, MONTH,
and YEAR. In addition, the following functions have been added:

GROUPBY_MILLISECOND()
GROUPBY_SECOND()
GROUPBY_TENTH_OF_HOUR()
GROUPBY_HOUR()
GROUPBY_DAY()
GROUPBY_MONTH()
GROUPBY_YEAR()

Closes #2703
@lbschanno lbschanno requested review from ivakegg and avgAGB February 5, 2025 04:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add date capabilitys to #GROUPBY
1 participant