v.22.4Improvement

Add getTypeSerializationStreams Function for Serialization Substream Paths

Add function getTypeSerializationStreams. For a specified type (which is detected from column), it returns an array with all the serialization substream paths. This function is useful mainly for developers. #35290 (李扬).
Added the function getTypeSerializationStreams that returns an array of all serialization substream paths for a specified type detected from a column.

Why it matters

This function helps developers understand the internal serialization structure of complex data types by exposing all serialization substream paths, aiding in debugging and optimizing data processing.

How to use it

Call the function getTypeSerializationStreams with the target column type as the argument. It returns an array of serialization substreams related to that type.