mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
fix styles
This commit is contained in:
parent
e474bcca8e
commit
2f5e903c10
@ -9,7 +9,6 @@
|
||||
#include <Parsers/ASTExpressionList.h>
|
||||
#include <Parsers/ASTFunction.h>
|
||||
#include <DataTypes/NestedUtils.h>
|
||||
#include <DataTypes/DataTypeString.h>
|
||||
#include <Common/typeid_cast.h>
|
||||
#include <Common/StringUtils/StringUtils.h>
|
||||
|
||||
@ -85,7 +84,7 @@ static bool extractKeyImpl(const IAST & elem, Strings & res)
|
||||
}
|
||||
|
||||
|
||||
/** Retrieve from the query a condition of the form `key = 'key'` or `key in ('xxx_') or `key like 'xxx%'`, from conjunctions in the WHERE clause.
|
||||
/** Retrieve from the query a condition of the form `key = 'key'` or `key in ('xxx_'), from conjunctions in the WHERE clause.
|
||||
*/
|
||||
static std::pair<Strings, bool> extractKey(const ASTPtr & query)
|
||||
{
|
||||
|
@ -30,7 +30,8 @@ struct Rocksdb
|
||||
delete rocksdb;
|
||||
}
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
class StorageEmbeddedRocksdb final : public ext::shared_ptr_helper<StorageEmbeddedRocksdb>, public IStorage
|
||||
{
|
||||
|
@ -105,6 +105,7 @@ SRCS(
|
||||
MutationCommands.cpp
|
||||
PartitionCommands.cpp
|
||||
ReadInOrderOptimizer.cpp
|
||||
Rocksdb/StorageEmbeddedRocksdb.cpp
|
||||
SelectQueryDescription.cpp
|
||||
SetSettings.cpp
|
||||
StorageBuffer.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user