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 (李扬).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 functiongetTypeSerializationStreams with the target column type as the argument. It returns an array of serialization substreams related to that type.