daphne-eu / daphne

DAPHNE: An Open and Extensible System Infrastructure for Integrated Data Analysis Pipelines
Apache License 2.0
67 stars 62 forks source link

pass named function parameters in DaphneDSL #913

Open m-birke opened 1 week ago

m-birke commented 1 week ago

wish to pass functions in a named parameter fashion.

fill(value=2, numRows=3, numCols=4)

in order to make code more self documenting, readable and avoid mistakes