DEIB-GECO / PyGMQL

Python Library for data analysis based on GMQL
Apache License 2.0
13 stars 5 forks source link

Multiple materializations in one statement #19

Open lucananni93 opened 6 years ago

lucananni93 commented 6 years ago

Creation of a gmql.materialize(datasets) which enables the execution of multiple materializations, both in local and remote mode.

datasets can be:

The execution of the query must be unified for all the materializations.