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
Is your feature request an entirely new concept?
Yes,
Is your feature request related to an existing component?
It is related to feature request #213
Is your feature request related to a problem? Please describe.
With the proposed changes in #213, engine users have no way to specify which groups returned by an IDataSourceGrouper get used during processing.
Describe the solution you'd like
A new interface IDataSourceGroupResolver is created for picking out the IDataSourceGroups to use for processing. It would look like
Then, EngineCreateInfo would have a new instance method WithResolver(IDataSourceGroupResolver resolver) that sets the IDataSourceGroupResolver to use when the engine decides which groups to actually use for processing.
The text was updated successfully, but these errors were encountered:
Is your feature request an entirely new concept?
Yes,
Is your feature request related to an existing component?
It is related to feature request #213
Is your feature request related to a problem? Please describe.
With the proposed changes in #213, engine users have no way to specify which groups returned by an
IDataSourceGrouper
get used during processing.Describe the solution you'd like
A new interface
IDataSourceGroupResolver
is created for picking out theIDataSourceGroup
s to use for processing. It would look likeThen,
EngineCreateInfo
would have a new instance methodWithResolver(IDataSourceGroupResolver resolver)
that sets theIDataSourceGroupResolver
to use when the engine decides which groups to actually use for processing.The text was updated successfully, but these errors were encountered: