Package | Description |
---|---|
org.apache.paimon.codegen.codesplit |
Modifier and Type | Class and Description |
---|---|
class |
AddBoolBeforeReturnRewriter
A helper class of
FunctionSplitter . |
class |
BlockStatementRewriter
Extract branch of IFs, ELSEs statements and WHILEs code blocks into smaller methods.
|
class |
DeclarationRewriter
Extract and rename local variables into member variables.
|
class |
FunctionSplitter
Split long functions into several smaller functions.
|
class |
MemberFieldRewriter
Group member variables with the same type into arrays to reduce the number of members.
|
class |
ReturnValueRewriter
Rewrite functions with return values by splitting them into two functions and storing the return
values into member variables.
|
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.