mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Whitespaces [#METR-22173].
This commit is contained in:
parent
61b9996d9e
commit
55ddf44693
@ -299,7 +299,7 @@ private:
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
using FileStreams = std::map<std::string, std::unique_ptr<Stream> >;
|
using FileStreams = std::map<std::string, std::unique_ptr<Stream>>;
|
||||||
|
|
||||||
/// Используется в качестве подсказки, чтобы уменьшить количество реаллокаций при создании столбца переменной длины.
|
/// Используется в качестве подсказки, чтобы уменьшить количество реаллокаций при создании столбца переменной длины.
|
||||||
ValueSizeMap avg_value_size_hints;
|
ValueSizeMap avg_value_size_hints;
|
||||||
|
@ -91,7 +91,7 @@ private:
|
|||||||
CompressedReadBuffer compressed;
|
CompressedReadBuffer compressed;
|
||||||
};
|
};
|
||||||
|
|
||||||
using FileStreams = std::map<std::string, std::unique_ptr<Stream> >;
|
using FileStreams = std::map<std::string, std::unique_ptr<Stream>>;
|
||||||
FileStreams streams;
|
FileStreams streams;
|
||||||
|
|
||||||
void addStream(const String & name, const IDataType & type, size_t level = 0);
|
void addStream(const String & name, const IDataType & type, size_t level = 0);
|
||||||
@ -153,7 +153,7 @@ private:
|
|||||||
|
|
||||||
using MarksForColumns = std::vector<std::pair<size_t, Mark> >;
|
using MarksForColumns = std::vector<std::pair<size_t, Mark> >;
|
||||||
|
|
||||||
using FileStreams = std::map<std::string, std::unique_ptr<Stream> >;
|
using FileStreams = std::map<std::string, std::unique_ptr<Stream>>;
|
||||||
FileStreams streams;
|
FileStreams streams;
|
||||||
|
|
||||||
using OffsetColumns = std::set<std::string>;
|
using OffsetColumns = std::set<std::string>;
|
||||||
|
@ -73,7 +73,7 @@ private:
|
|||||||
CompressedReadBuffer compressed;
|
CompressedReadBuffer compressed;
|
||||||
};
|
};
|
||||||
|
|
||||||
using FileStreams = std::map<std::string, std::unique_ptr<Stream> >;
|
using FileStreams = std::map<std::string, std::unique_ptr<Stream>>;
|
||||||
FileStreams streams;
|
FileStreams streams;
|
||||||
|
|
||||||
void addStream(const String & name, const IDataType & type, size_t level = 0);
|
void addStream(const String & name, const IDataType & type, size_t level = 0);
|
||||||
@ -128,7 +128,7 @@ private:
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
using FileStreams = std::map<std::string, std::unique_ptr<Stream> >;
|
using FileStreams = std::map<std::string, std::unique_ptr<Stream>>;
|
||||||
FileStreams streams;
|
FileStreams streams;
|
||||||
|
|
||||||
using OffsetColumns = std::set<std::string>;
|
using OffsetColumns = std::set<std::string>;
|
||||||
|
Loading…
Reference in New Issue
Block a user