citmp2015 / flink-visual-programming

2 stars 9 forks source link

Type inference #141

Open Rieprecht opened 8 years ago

Rieprecht commented 8 years ago

Many components have a generic input / output type, that can be derrived from the parent or child component. Implement for backend components, add special value for the input output parameter to declare the types as generic.

fb55 commented 8 years ago

Isn't the type simply non-existant in that case?