Open ph opened 7 years ago
cc @original-brownbear
As discussed with @original-brownbear we will do the following, we will encapsulate the evaluation of the Ruby code into an execution class and we will expose filter_func/output_func
we will create a java interface for that, this will allow us to experiment with Janino or just calling Ruby static methods.
Tasks for #7291, this is one of the baby step that we want to take to rewrite the pipeline class into java. We will start by wrapping the LIR into an execution class to allow us to achieve the following goals:
filter_func
and the the conditionals.