Class JaninoRexCompiler

java.lang.Object
org.apache.calcite.interpreter.JaninoRexCompiler

public class JaninoRexCompiler extends Object
Compiles a scalar expression (RexNode) to an expression that can be evaluated (Scalar) by generating a Java AST and compiling it to a class using Janino.