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 }}
This repository was archived by the owner on Nov 25, 2025. It is now read-only.
Extended expressions can contain "measures" which are aggregate functions. We should add an API to the top level builder for building aggregate measures. Note, aggregate functions are NOT (currently) expressions in Substrait and so they should not yield Expression objects and should not be addable to expressions in the same way that scalar functions are.
Extended expressions can contain "measures" which are aggregate functions. We should add an API to the top level builder for building aggregate measures. Note, aggregate functions are NOT (currently) expressions in Substrait and so they should not yield Expression objects and should not be addable to expressions in the same way that scalar functions are.