Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
beancount
/
beanquery
Public
Notifications
You must be signed in to change notification settings
Fork
28
Star
64
Code
Issues
54
Pull requests
11
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
GROUP BY CUBE / ROLLUP / GROUPING SETS
- #265
#265
Closed
mlell
wants to merge 10 commits into
beancount:master
beancount/beanquery:master
from
mlell:dev-group-rollup
mlell/beanquery:dev-group-rollup
Copy head branch name to clipboard
Conversation
Commits
10
(10)
Checks
Files changed
Closed
GROUP BY CUBE / ROLLUP / GROUPING SETS
#265
mlell
wants to merge 10 commits into
beancount:master
beancount/beanquery:master
from
mlell:dev-group-rollup
mlell/beanquery:dev-group-rollup
Copy head branch name to clipboard
Commits
Commits on Dec 9, 2025
Implement GROUP BY ROLLUP (col1, col2, ...)
mlell
committed
b7fdaee
View commit details
Copy full SHA for b7fdaee
Browse repository at this point
Add a "Sentinel" object to provide row headers for summarizations, like (Total), (earlier), (other)
mlell
committed
fa02a5c
View commit details
Copy full SHA for fa02a5c
Browse repository at this point
Commits on Dec 10, 2025
Deal with multiple data types (e.g. Sentinel objects) when rendering columns
mlell
committed
1681d54
View commit details
Copy full SHA for 1681d54
Browse repository at this point
Support PIVOT BY after GROUP BY ROLLUP by using a sentinel instead of NULL for subtotals
mlell
committed
299c797
View commit details
Copy full SHA for 299c797
Browse repository at this point
Rename Rollup Sentinel for better consistency
mlell
committed
0b88056
View commit details
Copy full SHA for 0b88056
Browse repository at this point
Implement GROUP BY CUBE / GROUPING SETS
mlell
committed
6813810
View commit details
Copy full SHA for 6813810
Browse repository at this point
Do cartesian product when combining ROLLUP, CUBE, GROUPING SET. Also, refactor _select(), remove _compile_select_base() to move closer to the original logic before ROLLUP, CUBE, etc.
mlell
committed
352efcf
View commit details
Copy full SHA for 352efcf
Browse repository at this point
Replace separate rollup/cube/sets flags with unified 'type' field in AST
mlell
committed
c90f264
View commit details
Copy full SHA for c90f264
Browse repository at this point
Add tests for GROUP BY CUBE / ROLLUP
mlell
committed
7acdab6
View commit details
Copy full SHA for 7acdab6
Browse repository at this point
Refactor BQL grammar to standardize GROUP BY modifier handling
Show description for 16f7cee
mlell
committed
16f7cee
View commit details
Copy full SHA for 16f7cee
Browse repository at this point
You can’t perform that action at this time.