add comment

This commit is contained in:
chertus 2019-04-15 14:22:51 +03:00
parent 950f8a7042
commit 9c80466230

View File

@ -119,6 +119,7 @@ private:
return streams.size() + (stream_with_non_joined_data ? 1 : 0) > 1;
}
/// Resulting stream is mix of other streams data. Distinct and/or order guaranties are broken.
bool hasMixedStreams() const
{
return hasMoreThanOneStream() || union_stream;