mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Fixed error [#CLICKHOUSE-2]
This commit is contained in:
parent
e6aa58e667
commit
e66cdfe429
@ -720,7 +720,7 @@ public:
|
||||
/// To generate content of strings, use
|
||||
/// order-N Markov model on Unicode code points,
|
||||
/// and to generate next code point use deterministic RNG
|
||||
/// determined by hash of 8-byte sliding window of source string.
|
||||
/// determined by hash of a sliding window (default 8 bytes) of source string.
|
||||
/// This is intended to generate locally-similar strings from locally-similar sources.
|
||||
class StringModel : public IModel
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user