morrySnow commented on code in PR #48537:
URL: https://github.com/apache/doris/pull/48537#discussion_r2004750140
##########
fe/fe-core/src/main/java/org/apache/doris/catalog/BuiltinTableGeneratingFunctions.java:
##########
@@ -78,6 +81,14 @@ public class BuiltinTableGeneratingFunctions implements
FunctionHelper {
tableGenerating(PosExplodeOuter.class, "posexplode_outer")
);
+ public final ImmutableSet<String> returnManyColumnInStructFunctions = new
ImmutableSortedSet.Builder<String>(
Review Comment:
```suggestion
public static final ImmutableSet<String> RETURN_MULTI_COLUMNS_FUNCTIONS
= new ImmutableSortedSet.Builder<String>(
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]