Class CustomizedConvertRule

java.lang.Object
org.apache.flink.table.planner.expressions.converter.CustomizedConvertRule
All Implemented Interfaces:
CallExpressionConvertRule

@Internal public class CustomizedConvertRule extends Object implements CallExpressionConvertRule
Customized CallExpressionConvertRule, Functions conversion here all require special logic, and there may be some special rules, such as needing get the literal values of inputs, such as converting to combinations of functions, to convert to RexNode of calcite.