Uses of Interface
org.apache.flink.table.planner.functions.casting.CodeGeneratorCastRule
Packages that use CodeGeneratorCastRule
-
Uses of CodeGeneratorCastRule in org.apache.flink.table.planner.functions.casting
Subinterfaces of CodeGeneratorCastRule in org.apache.flink.table.planner.functions.castingModifier and TypeInterfaceDescriptioninterfaceExpressionCodeGeneratorCastRule<IN,OUT> Cast rule that is able to generate a single expression containing all the casting logic.