mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-15 02:41:59 +00:00
fix typos
This commit is contained in:
parent
40cc8d2107
commit
70cfd7a222
@ -76,8 +76,8 @@ RedisConnectionPtr getRedisConnection(RedisPoolPtr pool, const RedisConfiguratio
|
|||||||
RedisArrayPtr getRedisHashMapKeys(const RedisConnectionPtr & connection, RedisArray & keys);
|
RedisArrayPtr getRedisHashMapKeys(const RedisConnectionPtr & connection, RedisArray & keys);
|
||||||
|
|
||||||
/// Get RedisColumnType of a column, If storage_type is
|
/// Get RedisColumnType of a column, If storage_type is
|
||||||
/// SIMPLE: all_columns must have 2 iterm and the first one is Redis key the second one is value
|
/// SIMPLE: all_columns must have 2 items and the first one is Redis key the second one is value
|
||||||
/// HASH_MAP: all_columns must have 2 iterm and the first one is Redis key the second is field, the third is value.
|
/// HASH_MAP: all_columns must have 2 items and the first one is Redis key the second is field, the third is value.
|
||||||
RedisColumnType getRedisColumnType(RedisStorageType storage_type, const Names & all_columns, const String & column);
|
RedisColumnType getRedisColumnType(RedisStorageType storage_type, const Names & all_columns, const String & column);
|
||||||
|
|
||||||
/// checking Redis table/table-function when creating
|
/// checking Redis table/table-function when creating
|
||||||
|
Loading…
Reference in New Issue
Block a user