materialize
Converts this function info to a materialized FunctionInfoData instance.
If this function info is already materialized, returns it directly. Otherwise, creates a new FunctionInfoData with the same properties. This is useful for ensuring a concrete, serializable representation of function information.
Receiver
The function info to materialize
Return
A FunctionInfoData instance with the same function metadata
Converts this named function info to a materialized NamedFunctionInfoData instance.
If this function info is already materialized, returns it directly. Otherwise, creates a new NamedFunctionInfoData with the same properties. This is useful for ensuring a concrete, serializable representation of named function information.
Receiver
The named function info to materialize
Return
A NamedFunctionInfoData instance with the same function metadata