hubgeter commented on code in PR #43469:
URL: https://github.com/apache/doris/pull/43469#discussion_r1832912508


##########
be/src/vec/data_types/serde/data_type_serde.h:
##########
@@ -332,6 +336,11 @@ class DataTypeSerDe {
                                           Arena& mem_pool, int row_num) const;
     virtual Status read_one_cell_from_json(IColumn& column, const 
rapidjson::Value& result) const;
 
+    virtual DataTypeSerDeSPtrs get_nested_serdes() const {

Review Comment:
   maybe we can support 
   `get_key_serde()` `get_value_serde()` for map     
   `get_data_serde()` for array  nullcolumn
   `get_serde(int)` for struct 
   not  `get_nested_serdes()` for any complex type



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to