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

Private functions in imported DaphneDSL scripts #672

Open pdamme opened 9 months ago

pdamme commented 9 months ago

When a DaphneDSL script A imports another DaphneDSL script B, all UDFs defined in B become visible in A (with a prefix B.). However, some of the functions in B may be just internal helper functions that are not meant to be used outside. At some point in time, we should think of a way to disable or discourage the use of such internal functions.

Possible alternatives include:

This isse is not urgent at the moment.