Skip to main content

Module expand

Module expand 

Source
Expand description

Inline expansion of user-defined functions.

Structs§

ExpansionContext
Context for inline expansion of user-defined functions.

Functions§

expand_program_functions
Expand all user-defined function calls in a program. Returns a new program with all UDF calls replaced by their expanded bodies. Expand all user-defined function calls in the program to inline arithmetic.