Package org.apache.flink.table.codesplit
Class JavaCodeSplitter
- java.lang.Object
-
- org.apache.flink.table.codesplit.JavaCodeSplitter
-
@Internal public class JavaCodeSplitter extends Object
Rewrite generated java code so that the length of each method becomes smaller and can be compiled.
-
-
Constructor Summary
Constructors Constructor Description JavaCodeSplitter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringsplit(String code, int maxMethodLength, int maxClassMemberCount)
-