AbstractFeatureStore
Base implementation of FeatureStore that provides common functionality.
This class implements many of the default behaviors for a feature store, allowing specific implementations to focus on the storage mechanism itself.
Inheritors
Functions
Add a feature to a group.
Check if a group exists in the store.
Create or update a feature (upsert operation).
Disable all features associated with the specified group.
Enable all features associated with the specified group.
Get all group names in the store.
Read a feature from the store or throw an exception if not found.
Grant a role/permission to a feature.
Delete a feature from the store.
Create a new feature in the store.
Remove a feature from its group.
Revoke a role/permission from a feature.
Update a feature using a transformation function.