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 CodeRewriter Modifier and Type Class Description classAddBoolBeforeReturnRewriterA helper class ofFunctionSplitter.classBlockStatementRewriterExtract branch of IFs, ELSEs statements and WHILEs code blocks into smaller methods.classDeclarationRewriterExtract and rename local variables into member variables.classFunctionSplitterSplit long functions into several smaller functions.classMemberFieldRewriterGroup member variables with the same type into arrays to reduce the number of members.classReturnValueRewriterRewrite functions with return values by splitting them into two functions and storing the return values into member variables.
-