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 it possible to accept ArrayDataSource|array as another type in \Contributte\Datagrid\AggregationFunction\IAggregationFunction::processDataSource() ?
Then to \Contributte\Datagrid\DataSource\ArrayDataSource something like following:
Due sheer completness of dataset we cannot access the data from it directly via SQL, so we pre-calculate it in parts and then use it with aggregation. That makes us dependent on arrays / ArrayDataSource. And due limitation of other parts of Datagrid we must store its affected files locally and overwrite them on deploy.
Do you want PR? Discuss.
Thanks.
The text was updated successfully, but these errors were encountered:
Greetings,
is it possible to accept ArrayDataSource|array as another type in
\Contributte\Datagrid\AggregationFunction\IAggregationFunction::processDataSource()
?Then to
\Contributte\Datagrid\DataSource\ArrayDataSource
something like following:And then into
\Contributte\Datagrid\AggregationFunction\FunctionSum::processDataSource
following part:Use case:
Due sheer completness of dataset we cannot access the data from it directly via SQL, so we pre-calculate it in parts and then use it with aggregation. That makes us dependent on arrays / ArrayDataSource. And due limitation of other parts of Datagrid we must store its affected files locally and overwrite them on deploy.
Do you want PR? Discuss.
Thanks.
The text was updated successfully, but these errors were encountered: