Texera / texera

Collaborative Machine-Learning-Centric Data Analytics Using Workflows
https://texera.github.io
Apache License 2.0
163 stars 75 forks source link

Introduce Data To State operator #3091

Open aglinxinyuan opened 3 days ago

aglinxinyuan commented 3 days ago

The Data to State operator creates new state variables using the first row of a data table. Variable names are derived from the column names, while the values are taken from the corresponding row values. This operator outputs a state variable, and users can configure whether the state should be propagated to all downstream operators.

image