Safe-DS / DSL

Statically checked Data Science programs.
https://dsl.safeds.com
MIT License
11 stars 0 forks source link

Partial segment execution #1168

Open lars-reimann opened 1 month ago

lars-reimann commented 1 month ago

Is your feature request related to a problem?

Say, the user ignores all results of a segment except for one. Then, we also only need to compute this single result of a segment (and run everything with side effects).

Desired solution

Generate specialized segment code for calls where some results are ignored.

Possible alternatives (optional)

No response

Screenshots (optional)

No response

Additional Context (optional)

No response