ClickHouse/dbms/src/DataStreams
2017-06-01 16:41:58 +03:00
..
tests Preparation: untangling [#CLICKHOUSE-31]. 2017-05-25 00:06:29 +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 translate comments 2017-05-14 19:03:55 +04: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 Allow to skip garbage in TSKV format. [#CLICKHOUSE-3012] 2017-05-22 17:50:13 +04: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 translate comments 2017-05-14 19:03:55 +04: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 Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
BlockStreamProfileInfo.h translate comments 2017-05-14 19:03:55 +04: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 Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
CollapsingSortedBlockInputStream.h translate comments 2017-05-14 19:03:55 +04:00
ColumnGathererStream.cpp Add test for OPTIMIZE FINAL and more diagnostics. [#CLICKHOUSE-2886] 2017-04-04 15:54:21 +03:00
ColumnGathererStream.h Add test for OPTIMIZE FINAL and more diagnostics. [#CLICKHOUSE-2886] 2017-04-04 15:54:21 +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
ForkBlockInputStreams.h translate comments 2017-05-14 19:03:55 +04:00
FormatFactory.cpp Format Vertical: added support for totals, extremes and output_format_pretty_max_rows [#CLICKHOUSE-3014]. 2017-05-22 22:00:45 +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 Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
IProfilingBlockInputStream.h translate comments 2017-05-14 19:03:55 +04: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 Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
JSONCompactRowOutputStream.h translate comments 2017-05-14 19:03:55 +04:00
JSONEachRowRowInputStream.cpp Allow semicolon after JSONEachRow lines, for convenience [#CLICKHOUSE-2] 2017-05-23 03:57:58 +03:00
JSONEachRowRowInputStream.h translate comments 2017-05-14 19:03:55 +04:00
JSONEachRowRowOutputStream.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
JSONEachRowRowOutputStream.h translate comments 2017-05-14 19:03:55 +04:00
JSONRowOutputStream.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
JSONRowOutputStream.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +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 Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03: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 Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
MaterializingBlockOutputStream.h translate comments 2017-05-14 19:03:55 +04:00
MergeSortingBlockInputStream.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +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 translate comments 2017-05-14 19:03:55 +04:00
MergingSortedBlockInputStream.cpp fixups after review [#CLICKHOUSE-2929] 2017-05-22 18:40:11 +04:00
MergingSortedBlockInputStream.h translate comments 2017-05-14 19:03:55 +04: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 #215 add tests 2017-04-25 07:57:49 +03:00
NullableAdapterBlockInputStream.h #215 cast strings or ints to enum on insert 2017-04-25 07:57:49 +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 Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
PrettyBlockOutputStream.h translate comments 2017-05-14 19:03:55 +04:00
PrettyCompactBlockOutputStream.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
PrettyCompactBlockOutputStream.h translate comments 2017-05-14 19:03:55 +04:00
PrettyCompactMonoBlockOutputStream.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
PrettyCompactMonoBlockOutputStream.h translate comments 2017-05-14 19:03:55 +04:00
PrettySpaceBlockOutputStream.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
PrettySpaceBlockOutputStream.h translate comments 2017-05-14 19:03:55 +04:00
ProhibitColumnsBlockOutputStream.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ProhibitColumnsBlockOutputStream.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +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 Preparation: untangling [#CLICKHOUSE-31]. 2017-05-25 00:06:29 +03:00
RemoteBlockInputStream.h Preparation: untangling [#CLICKHOUSE-31]. 2017-05-25 00:06:29 +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 translate comments 2017-05-14 19:03:55 +04: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 Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
SquashingBlockOutputStream.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +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 Format Vertical: added support for totals, extremes and output_format_pretty_max_rows [#CLICKHOUSE-3014]. 2017-05-22 22:00:45 +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