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
I would like to make item list collection an interface, that is covariant in its type (so ItemListCollection[UserIDKey] is a subtype of ItemListCollection[GenericKey]), with more than one implementation (current dictionary implementation, Pandas implementation, pyarrow table?, DuckDB, etc.).
The text was updated successfully, but these errors were encountered:
I would like to make item list collection an interface, that is covariant in its type (so
ItemListCollection[UserIDKey]
is a subtype ofItemListCollection[GenericKey]
), with more than one implementation (current dictionary implementation, Pandas implementation, pyarrow table?, DuckDB, etc.).The text was updated successfully, but these errors were encountered: