Uses of Interface
org.apache.flink.table.codesplit.CodeRewriter
-
Uses of CodeRewriter in org.apache.flink.table.codesplit
Classes in org.apache.flink.table.codesplit that implement CodeRewriterModifier and TypeClassDescriptionclassA helper class ofFunctionSplitter.classExtract branch of IFs, ELSEs statements and WHILEs code blocks into smaller methods.classExtract and rename local variables into member variables.classSplit long functions into several smaller functions.classGroup member variables with the same type into arrays to reduce the number of members.classRewrite functions with return values by splitting them into two functions and storing the return values into member variables.