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.
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.