Gabriel39 commented on code in PR #56079:
URL: https://github.com/apache/doris/pull/56079#discussion_r2361634792


##########
be/src/vec/core/column_with_type_and_name.h:
##########
@@ -65,7 +65,7 @@ struct ColumnWithTypeAndName {
 
     void to_pb_column_meta(PColumnMeta* col_meta) const;
 
-    ColumnWithTypeAndName get_nested(bool replace_null_data_to_default = 
false) const;
+    ColumnWithTypeAndName get_nested_of_nullable(bool 
replace_null_data_to_default = false) const;

Review Comment:
   ```suggestion
       ColumnWithTypeAndName unnest(bool replace_null_data_to_default = false) 
const;
   ```



-- 
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]

Reply via email to