Add comment in ISerialization.h

This commit is contained in:
Kruglov Pavel 2024-08-20 21:55:10 +02:00 committed by GitHub
parent 9fd9f649db
commit 5d280053c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -241,6 +241,9 @@ public:
{
SubstreamPath path;
bool position_independent_encoding = true;
/// If set to false, don't enumerate dynamic subcolumns
/// (such as dynamic types in Dynamic column or dynamic paths in JSON column).
/// It may be needed when dynamic subcolumns are processed separately.
bool enumerate_dynamic_streams = true;
};