ClickHouse/dbms/src/DataStreams
2017-07-12 21:51:51 +03:00
..
tests Removed obsolete test binary [#CLICKHOUSE-3]. 2017-07-10 06:43:25 +03:00
AddingConstColumnBlockInputStream.h translate comments 2017-05-14 19:03:55 +04:00
AddingDefaultBlockInputStream.h translate comments 2017-05-14 19:03:55 +04:00
AddingDefaultBlockOutputStream.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
AddingDefaultBlockOutputStream.h translate comments 2017-05-14 19:03:55 +04:00
AggregatingBlockInputStream.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
AggregatingBlockInputStream.h translate comments 2017-05-14 19:03:55 +04:00
AggregatingSortedBlockInputStream.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
AggregatingSortedBlockInputStream.h translate comments 2017-05-14 19:03:55 +04:00
AsynchronousBlockInputStream.h Reorganize includes. part 1 (#921) 2017-06-23 23:22:35 +03:00
BinaryRowInputStream.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
BinaryRowInputStream.h translate comments 2017-05-14 19:03:55 +04:00
BinaryRowOutputStream.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
BinaryRowOutputStream.h translate comments 2017-05-14 19:03:55 +04:00
BlockExtraInfoInputStream.h translate comments 2017-05-14 19:03:55 +04:00
BlockInputStreamFromRowInputStream.cpp Implement UUID type and toUuid function 2017-06-30 22:01:27 +02:00
BlockInputStreamFromRowInputStream.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
BlockIO.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
BlockIO.h Workable version for CREATE DROP w/o ZK tests. [#CLICKHOUSE-5] 2017-06-01 13:49:20 +03:00
BlockOutputStreamFromRowOutputStream.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
BlockOutputStreamFromRowOutputStream.h translate comments 2017-05-14 19:03:55 +04:00
BlocksListBlockInputStream.h translate comments 2017-05-14 19:03:55 +04:00
BlockStreamProfileInfo.cpp fix race condition while initializing BlockStreamProfileInfo [#CLICKHOUSE-3099] 2017-06-26 15:30:35 +03:00
BlockStreamProfileInfo.h fix race condition while initializing BlockStreamProfileInfo [#CLICKHOUSE-3099] 2017-06-26 15:30:35 +03:00
CastTypeBlockInputStream.cpp Add more clear comments, refined code. [#CLICKHOUSE-2957] 2017-05-22 15:16:21 +04:00
CastTypeBlockInputStream.h Add more clear comments, refined code. [#CLICKHOUSE-2957] 2017-05-22 15:16:21 +04:00
CMakeLists.txt Debian: simpler package (#662) 2017-04-10 20:43:30 +03:00
CollapsingFinalBlockInputStream.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
CollapsingFinalBlockInputStream.h translate comments 2017-05-14 19:03:55 +04:00
CollapsingSortedBlockInputStream.cpp Stream row sources from disk for vertical merge [#CLICKHOUSE-3118] 2017-07-09 21:57:06 +03:00
CollapsingSortedBlockInputStream.h Stream row sources from disk for vertical merge [#CLICKHOUSE-3118] 2017-07-09 21:57:06 +03:00
ColumnGathererStream.cpp Stream row sources from disk for vertical merge [#CLICKHOUSE-3118] 2017-07-09 21:57:06 +03:00
ColumnGathererStream.h Stream row sources from disk for vertical merge [#CLICKHOUSE-3118] 2017-07-09 21:57:06 +03:00
ConcatBlockInputStream.h translate comments 2017-05-14 19:03:55 +04:00
copyData.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
copyData.h translate comments 2017-05-14 19:03:55 +04:00
CountingBlockOutputStream.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
CountingBlockOutputStream.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
CreatingSetsBlockInputStream.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
CreatingSetsBlockInputStream.h Preparations, part 8 [#CLICKHOUSE-31]. 2017-05-23 23:04:42 +03:00
CSVRowInputStream.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
CSVRowInputStream.h translate comments 2017-05-14 19:03:55 +04:00
CSVRowOutputStream.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
CSVRowOutputStream.h translate comments 2017-05-14 19:03:55 +04:00
DistinctBlockInputStream.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
DistinctBlockInputStream.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
DistinctSortedBlockInputStream.cpp Update DistinctSortedBlockInputStream.cpp 2017-04-14 23:00:44 +03:00
DistinctSortedBlockInputStream.h Update DistinctSortedBlockInputStream.h 2017-04-14 23:00:44 +03:00
EmptyBlockOutputStream.h translate comments 2017-05-14 19:03:55 +04:00
ExpressionBlockInputStream.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ExpressionBlockInputStream.h translate comments 2017-05-14 19:03:55 +04:00
FilterBlockInputStream.cpp Fixed error with NULLs [#CLICKHOUSE-4]. 2017-04-06 22:51:44 +03:00
FilterBlockInputStream.h translate comments 2017-05-14 19:03:55 +04:00
FilterColumnsBlockInputStream.cpp added throw_if_column_not_found to FilterColumnsBlockInputStream [#CLICKHOUSE-3111] 2017-07-11 20:58:49 +03:00
FilterColumnsBlockInputStream.h added throw_if_column_not_found to FilterColumnsBlockInputStream [#CLICKHOUSE-3111] 2017-07-11 20:58:49 +03:00
ForkBlockInputStreams.h translate comments 2017-05-14 19:03:55 +04:00
FormatFactory.cpp Removing dependency on functions from client: bug fixes [#CLICKHOUSE-2]. 2017-07-12 03:42:50 +03:00
FormatFactory.h translate comments 2017-05-14 19:03:55 +04:00
glueBlockInputStreams.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
glueBlockInputStreams.h translate comments 2017-05-14 19:03:55 +04:00
GraphiteRollupSortedBlockInputStream.cpp choose row with the max version for unmatched paths [#CLICKHOUSE-2984] 2017-05-20 17:25:48 +04:00
GraphiteRollupSortedBlockInputStream.h fix bugs in GraphiteMergeTree [#CLICKHOUSE-2984]: 2017-05-20 17:25:48 +04:00
IBlockInputStream.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
IBlockInputStream.h translate comments 2017-05-14 19:03:55 +04:00
IBlockOutputStream.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
InputStreamFromASTInsertQuery.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
InputStreamFromASTInsertQuery.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
IProfilingBlockInputStream.cpp fix race condition while initializing BlockStreamProfileInfo [#CLICKHOUSE-3099] 2017-06-26 15:30:35 +03:00
IProfilingBlockInputStream.h fix race condition while initializing BlockStreamProfileInfo [#CLICKHOUSE-3099] 2017-06-26 15:30:35 +03:00
IRowInputStream.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
IRowInputStream.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
IRowOutputStream.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
IRowOutputStream.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
isConvertableTypes.cpp switch while to if 2017-04-25 20:17:13 +05:00
isConvertableTypes.h #215 add tests 2017-04-25 07:57:49 +03:00
JSONCompactRowOutputStream.cpp updated FormatSettingsJSON 2017-07-09 20:16:26 +03:00
JSONCompactRowOutputStream.h Fixed build after merge [#CLICKHOUSE-3]. 2017-07-10 07:10:25 +03:00
JSONEachRowRowInputStream.cpp Allow semicolon after JSONEachRow lines, for convenience [#CLICKHOUSE-2] 2017-05-23 03:57:58 +03:00
JSONEachRowRowInputStream.h updated FormatSettingsJSON 2017-07-09 20:16:26 +03:00
JSONEachRowRowOutputStream.cpp updated FormatSettingsJSON 2017-07-09 20:16:26 +03:00
JSONEachRowRowOutputStream.h Fixed build after merge [#CLICKHOUSE-3]. 2017-07-10 07:10:39 +03:00
JSONRowOutputStream.cpp updated FormatSettingsJSON 2017-07-09 20:16:26 +03:00
JSONRowOutputStream.h updated FormatSettingsJSON 2017-07-09 20:16:26 +03:00
LazyBlockInputStream.h translate comments 2017-05-14 19:03:55 +04:00
LimitBlockInputStream.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
LimitBlockInputStream.h translate comments 2017-05-14 19:03:55 +04:00
LimitByBlockInputStream.cpp Rename field in UInt128 2017-07-04 18:10:36 +02:00
LimitByBlockInputStream.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
MarkInCompressedFile.h translate comments 2017-05-14 19:03:55 +04:00
MaterializingBlockInputStream.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
MaterializingBlockInputStream.h translate comments 2017-05-14 19:03:55 +04:00
MaterializingBlockOutputStream.cpp Get rid of .hpp files [#CLICKHOUSE-2]. 2017-06-06 20:18:32 +03:00
MaterializingBlockOutputStream.h translate comments 2017-05-14 19:03:55 +04:00
MergeSortingBlockInputStream.cpp fix sorting when all columns are const [#CLICKHOUSE-3062] 2017-06-09 09:13:20 +03:00
MergeSortingBlockInputStream.h add IBlockInputStream::isGroupedOutput 2017-04-14 22:40:04 +03:00
MergingAggregatedBlockInputStream.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
MergingAggregatedBlockInputStream.h translate comments 2017-05-14 19:03:55 +04:00
MergingAggregatedMemoryEfficientBlockInputStream.cpp Moved code to cpp [#CLICKHOUSE-2]. 2017-04-08 04:32:05 +03:00
MergingAggregatedMemoryEfficientBlockInputStream.h Reorganize includes. part 1 (#921) 2017-06-23 23:22:35 +03:00
MergingSortedBlockInputStream.cpp Stream row sources from disk for vertical merge [#CLICKHOUSE-3118] 2017-07-09 21:57:06 +03:00
MergingSortedBlockInputStream.h Stream row sources from disk for vertical merge [#CLICKHOUSE-3118] 2017-07-09 21:57:06 +03:00
narrowBlockInputStreams.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
narrowBlockInputStreams.h translate comments 2017-05-14 19:03:55 +04:00
NativeBlockInputStream.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
NativeBlockInputStream.h translate comments 2017-05-14 19:03:55 +04:00
NativeBlockOutputStream.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
NativeBlockOutputStream.h translate comments 2017-05-14 19:03:55 +04:00
NullableAdapterBlockInputStream.cpp Little better [#CLICKHOUSE-2]. 2017-06-23 09:45:48 +03:00
NullableAdapterBlockInputStream.h Fixed error [#CLICKHOUSE-2]. 2017-06-23 09:11:00 +03:00
NullAndDoCopyBlockInputStream.h translate comments 2017-05-14 19:03:55 +04:00
NullBlockInputStream.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
NullBlockInputStream.h translate comments 2017-05-14 19:03:55 +04:00
NullBlockOutputStream.h translate comments 2017-05-14 19:03:55 +04:00
ODBCDriverBlockOutputStream.cpp odbc: send header info even on empty result 2017-04-19 18:42:58 +05:00
ODBCDriverBlockOutputStream.h translate comments 2017-05-14 19:03:55 +04:00
OneBlockInputStream.h translate comments 2017-05-14 19:03:55 +04:00
OwningBlockInputStream.h Miscellaneous [#CLICKHOUSE-3039]. 2017-05-25 22:26:17 +03:00
ParallelAggregatingBlockInputStream.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ParallelAggregatingBlockInputStream.h translate comments 2017-05-14 19:03:55 +04:00
ParallelInputsProcessor.h translate comments 2017-05-14 19:03:55 +04:00
PartialSortingBlockInputStream.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
PartialSortingBlockInputStream.h translate comments 2017-05-14 19:03:55 +04:00
PrettyBlockOutputStream.cpp Fixed error in prev. revision [#CLICKHOUSE-2]. 2017-07-12 19:51:39 +03:00
PrettyBlockOutputStream.h Removing dependency on functions from client: bug fixes [#CLICKHOUSE-2]. 2017-07-12 03:42:50 +03:00
PrettyCompactBlockOutputStream.cpp Removing dependency on functions from client: preparation [#CLICKHOUSE-2]. 2017-07-12 03:42:50 +03:00
PrettyCompactBlockOutputStream.h Removing dependency on functions from client: preparation [#CLICKHOUSE-2]. 2017-07-12 03:42:50 +03:00
PrettySpaceBlockOutputStream.cpp Removing dependency on functions from client: preparation [#CLICKHOUSE-2]. 2017-07-12 03:42:50 +03:00
PrettySpaceBlockOutputStream.h translate comments 2017-05-14 19:03:55 +04:00
ProhibitColumnsBlockOutputStream.cpp Miscellaneous [#CLICKHOUSE-2]. 2017-07-11 04:20:40 +03:00
ProhibitColumnsBlockOutputStream.h Miscellaneous [#CLICKHOUSE-2]. 2017-07-11 04:20:40 +03:00
PushingToViewsBlockOutputStream.h Preparation: Storages do not modify query [#CLICKHOUSE-31]. 2017-05-25 04:12:41 +03:00
QueueBlockIOStream.h translate comments 2017-05-14 19:03:55 +04:00
RemoteBlockInputStream.cpp Avoid creating multiple global Context. [#CLICKHOUSE-3083] 2017-06-20 10:49:18 +03:00
RemoteBlockInputStream.h Avoid creating multiple global Context. [#CLICKHOUSE-3083] 2017-06-20 10:49:18 +03:00
RemoteBlockOutputStream.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
RemoteBlockOutputStream.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
RemoveColumnsBlockInputStream.h added RemoveColumnsBlockInputStream 2017-07-12 21:51:51 +03:00
ReplacingSortedBlockInputStream.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ReplacingSortedBlockInputStream.h translate comments 2017-05-14 19:03:55 +04:00
SquashingBlockInputStream.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
SquashingBlockInputStream.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
SquashingBlockOutputStream.cpp Removing dependency on functions from client: bug fixes [#CLICKHOUSE-2]. 2017-07-12 03:42:50 +03:00
SquashingBlockOutputStream.h Removing dependency on functions from client: bug fixes [#CLICKHOUSE-2]. 2017-07-12 03:42:50 +03:00
SquashingTransform.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
SquashingTransform.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
SummingSortedBlockInputStream.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
SummingSortedBlockInputStream.h translate comments 2017-05-14 19:03:55 +04:00
TabSeparatedBlockOutputStream.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
TabSeparatedBlockOutputStream.h translate comments 2017-05-14 19:03:55 +04:00
TabSeparatedRawRowOutputStream.h translate comments 2017-05-14 19:03:55 +04:00
TabSeparatedRowInputStream.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
TabSeparatedRowInputStream.h translate comments 2017-05-14 19:03:55 +04:00
TabSeparatedRowOutputStream.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
TabSeparatedRowOutputStream.h translate comments 2017-05-14 19:03:55 +04:00
TotalsHavingBlockInputStream.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
TotalsHavingBlockInputStream.h translate comments 2017-05-14 19:03:55 +04:00
TSKVRowInputStream.cpp Allow to skip garbage in TSKV format. [#CLICKHOUSE-3012] 2017-05-22 17:50:13 +04:00
TSKVRowInputStream.h translate comments 2017-05-14 19:03:55 +04:00
TSKVRowOutputStream.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
TSKVRowOutputStream.h translate comments 2017-05-14 19:03:55 +04:00
UnionBlockInputStream.h translate comments 2017-05-14 19:03:55 +04:00
ValuesRowInputStream.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ValuesRowInputStream.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ValuesRowOutputStream.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ValuesRowOutputStream.h translate comments 2017-05-14 19:03:55 +04:00
verbosePrintString.cpp Small refinements [#CLICKHOUSE-2]. 2017-06-01 16:41:58 +03:00
verbosePrintString.h Small refinements [#CLICKHOUSE-2]. 2017-06-01 16:41:58 +03:00
VerticalRowOutputStream.cpp Fixed error in prev. revision [#CLICKHOUSE-2]. 2017-07-12 19:51:39 +03:00
VerticalRowOutputStream.h Format Vertical: added support for totals, extremes and output_format_pretty_max_rows [#CLICKHOUSE-3014]. 2017-05-22 22:00:45 +03:00
XMLRowOutputStream.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
XMLRowOutputStream.h translate comments 2017-05-14 19:03:55 +04:00