-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Support distinct count aggregation #6116
Copy link
Copy link
Open
Labels
kind/featureNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
kind/featureNew feature or requestNew feature or request
Type
Fields
Give feedbackNo fields configured for issues without a type.
Is your feature request related to a problem? Please describe.
Need a way to find a distinct count of items in collection
Describe the solution you'd like
Find distinct count through aggregation in feast. Support added through aggregation engines and possibly on offline or online feature store.
Describe alternatives you've considered
Distinct count can be done on client but all raw data would need to be read.