ClickHouse/dbms/src/DataStreams
2018-02-17 07:13:49 +03:00
..
tests Miscellaneous [#CLICKHOUSe-2] 2018-01-10 03:04:08 +03:00
AddingConstColumnBlockInputStream.h Added method "getHeader" in IBlockInputStream [#CLICKHOUSE-2] 2018-01-09 03:19:58 +03:00
AddingDefaultBlockOutputStream.cpp Little better #1855 2018-02-06 21:43:28 +03:00
AddingDefaultBlockOutputStream.h Revert "Removed questionable code (2) [#CLICKHOUSE-2]." 2017-12-28 07:39:19 +03:00
AggregatingBlockInputStream.cpp Header in every stream: development [#CLICKHOUSE-2] 2018-02-16 23:53:47 +03:00
AggregatingBlockInputStream.h Added method "getHeader" in IBlockInputStream [#CLICKHOUSE-2] 2018-01-06 21:10:44 +03:00
AggregatingSortedBlockInputStream.cpp added MultiversionMergeTree [#CLICKHOUSE-3479] 2018-02-13 00:13:50 +03:00
AggregatingSortedBlockInputStream.h Removed useless method [#CLICKHOUSE-2] 2018-02-15 19:54:14 +03:00
AsynchronousBlockInputStream.h Added method "getHeader" in IBlockInputStream [#CLICKHOUSE-2] 2018-01-06 21:10:44 +03:00
BinaryRowInputStream.cpp Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-14 23:58:18 +03:00
BinaryRowInputStream.h Fix missing includes 2017-12-26 22:02:00 +03: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 Added method "getHeader" in IBlockInputStream [#CLICKHOUSE-2] 2018-01-06 21:10:44 +03:00
BlockInputStreamFromRowInputStream.cpp Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-18 05:43:40 +03:00
BlockInputStreamFromRowInputStream.h Added method "getHeader" in IBlockInputStream [#CLICKHOUSE-2] 2018-01-06 21:10:44 +03:00
BlockIO.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
BlockIO.h Added method "getHeader" in IBlockInputStream [#CLICKHOUSE-2] 2018-01-07 03:35:44 +03:00
BlockOutputStreamFromRowOutputStream.cpp Removed obsolete code [#CLICKHOUSE-3270]. 2017-09-01 21:21:01 +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
CapnProtoRowInputStream.cpp Use submodule contrib/capnproto, remove include_directories (#1746) 2018-01-11 21:39:52 +03:00
CapnProtoRowInputStream.h StorageKafka: extended configuration, parallel consumers, offset tracking 2017-12-21 00:46:50 +03:00
CastTypeBlockInputStream.cpp Fixed error [#CLICKHOUSE-2] 2017-12-09 19:17:37 +03:00
CastTypeBlockInputStream.h Merge branch 'master' into header-in-input-streams 2018-02-15 19:20:36 +03:00
CMakeLists.txt Debian: simpler package (#662) 2017-04-10 20:43:30 +03:00
CollapsingFinalBlockInputStream.cpp removed typeid_cast from IColumn.h 2017-07-13 23:58:19 +03:00
CollapsingFinalBlockInputStream.h Added method "getHeader" in IBlockInputStream [#CLICKHOUSE-2] 2018-01-06 21:10:44 +03:00
CollapsingSortedBlockInputStream.cpp added MultiversionMergeTree [#CLICKHOUSE-3479] 2018-02-13 00:13:50 +03:00
CollapsingSortedBlockInputStream.h Removed useless methods [#CLICKHOUSE-2] 2018-02-15 19:29:34 +03:00
ColumnGathererStream.cpp Merging [#CLICKHOUSE-3114] 2017-12-28 00:45:05 +03:00
ColumnGathererStream.h Added method "getHeader" in IBlockInputStream [#CLICKHOUSE-2] 2018-01-06 21:10:44 +03:00
ConcatBlockInputStream.h Added method "getHeader" in IBlockInputStream [#CLICKHOUSE-2] 2018-01-06 21:10:44 +03:00
copyData.cpp Minimal working example. [#CLICKHOUSE-3346] 2018-01-11 21:55:45 +03:00
copyData.h Minimal working example. [#CLICKHOUSE-3346] 2018-01-11 21:55:45 +03:00
CountingBlockOutputStream.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
CountingBlockOutputStream.h Implemented some suggestions from clang-tidy (part 3) [#CLICKHOUSE-3301]. 2017-09-08 06:47:27 +03:00
CreatingSetsBlockInputStream.cpp Adding comments. Reversing infinities. 2018-02-08 17:28:31 +03:00
CreatingSetsBlockInputStream.h Added method "getHeader" in IBlockInputStream [#CLICKHOUSE-2] 2018-01-06 21:10:44 +03:00
CSVRowInputStream.cpp Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-15 00:20:14 +03:00
CSVRowInputStream.h Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-18 05:43:40 +03: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 Fixed DISTINCT if all columns are constant [#CLICKHOUSE-3505]. 2017-12-24 10:59:26 +03:00
DistinctBlockInputStream.h Added method "getHeader" in IBlockInputStream [#CLICKHOUSE-2] 2018-01-06 21:10:44 +03:00
DistinctSortedBlockInputStream.cpp Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-13 04:27:53 +03:00
DistinctSortedBlockInputStream.h Added method "getHeader" in IBlockInputStream [#CLICKHOUSE-2] 2018-01-06 21:10:44 +03:00
ExpressionBlockInputStream.cpp Header in every stream: development [#CLICKHOUSE-2] 2018-02-17 07:13:49 +03:00
ExpressionBlockInputStream.h Added method "getHeader" in IBlockInputStream [#CLICKHOUSE-2] 2018-01-06 21:10:44 +03:00
FilterBlockInputStream.cpp Header in every stream: development [#CLICKHOUSE-2] 2018-02-17 07:13:49 +03:00
FilterBlockInputStream.h Added method "getHeader" in IBlockInputStream [#CLICKHOUSE-2] 2018-01-06 21:10:44 +03:00
FilterColumnsBlockInputStream.cpp Added method "getHeader" in IBlockInputStream [#CLICKHOUSE-2] 2018-01-06 21:10:44 +03:00
FilterColumnsBlockInputStream.h Added method "getHeader" in IBlockInputStream [#CLICKHOUSE-2] 2018-01-06 21:10:44 +03:00
FormatFactory.cpp Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-15 03:01:59 +03:00
FormatFactory.h translate comments 2017-05-14 19:03:55 +04:00
GraphiteRollupSortedBlockInputStream.cpp added MultiversionMergeTree [#CLICKHOUSE-3479] 2018-02-13 00:13:50 +03:00
GraphiteRollupSortedBlockInputStream.h Removed useless methods [#CLICKHOUSE-2] 2018-02-15 19:29:34 +03:00
IBlockInputStream.cpp Header in every stream: development [#CLICKHOUSE-2] 2018-02-17 07:13:49 +03:00
IBlockInputStream.h Added method "getHeader" in IBlockInputStream [#CLICKHOUSE-2] 2018-01-09 03:19:58 +03:00
IBlockOutputStream.h Update getFQDNOrHostName.cpp 2018-01-24 17:14:21 +03:00
InputStreamFromASTInsertQuery.cpp Miscellaneous [#CLICKHOUSe-2] 2018-01-10 03:04:08 +03:00
InputStreamFromASTInsertQuery.h Added method "getHeader" in IBlockInputStream [#CLICKHOUSE-2] 2018-01-08 04:14:43 +03:00
IProfilingBlockInputStream.cpp Fix incorrect delayed max_result_bytes check. [#CLICKHOUSE-2] 2018-01-17 21:15:25 +03:00
IProfilingBlockInputStream.h Fix incorrect delayed max_result_bytes check. [#CLICKHOUSE-2] 2018-01-17 21:15:25 +03:00
IRowInputStream.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
IRowInputStream.h Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-14 23:58:18 +03:00
IRowOutputStream.cpp Removed obsolete code [#CLICKHOUSE-3270]. 2017-09-01 21:21:01 +03:00
IRowOutputStream.h Better [#CLICKHOUSE-2]. 2017-12-01 22:34:51 +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 Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-14 23:58:18 +03:00
JSONEachRowRowInputStream.h Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-18 05:43:40 +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 Revert "Removed questionable code (2) [#CLICKHOUSE-2]." 2017-12-28 07:39:19 +03:00
JSONRowOutputStream.h Core/FieldVisitors.h -> Common/FieldVisitors.h 2017-11-24 16:55:31 +03:00
LazyBlockInputStream.h Header in every stream: development [#CLICKHOUSE-2] 2018-02-15 22:48:41 +03:00
LimitBlockInputStream.cpp Implemented some suggestions from clang-tidy (part 1) [#CLICKHOUSE-3301]. 2017-09-08 05:29:47 +03:00
LimitBlockInputStream.h Added method "getHeader" in IBlockInputStream [#CLICKHOUSE-2] 2018-01-06 21:10:44 +03:00
LimitByBlockInputStream.cpp Miscellaneous [#CLICKHOUSe-2] 2018-01-10 03:04:08 +03:00
LimitByBlockInputStream.h Added method "getHeader" in IBlockInputStream [#CLICKHOUSE-2] 2018-01-06 21:10:44 +03:00
MarkInCompressedFile.h translate comments 2017-05-14 19:03:55 +04:00
materializeBlock.cpp Cleanup semantics of data types [#CLICKHOUSE-2]. 2017-12-09 19:17:37 +03:00
materializeBlock.h Removed copy-paste [#CLICKHOUSE-2]. 2017-11-01 06:09:06 +03:00
MaterializingBlockInputStream.cpp Added method "getHeader" in IBlockInputStream [#CLICKHOUSE-2] 2018-01-09 03:19:58 +03:00
MaterializingBlockInputStream.h Added method "getHeader" in IBlockInputStream [#CLICKHOUSE-2] 2018-01-06 21:10:44 +03:00
MaterializingBlockOutputStream.h Removed copy-paste [#CLICKHOUSE-2]. 2017-11-01 06:09:06 +03:00
MergeSortingBlockInputStream.cpp Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-17 11:44:06 +03:00
MergeSortingBlockInputStream.h Added method "getHeader" in IBlockInputStream [#CLICKHOUSE-2] 2018-01-06 21:10:44 +03:00
MergingAggregatedBlockInputStream.cpp Added method "getHeader" in IBlockInputStream [#CLICKHOUSE-2] 2018-01-06 21:10:44 +03:00
MergingAggregatedBlockInputStream.h Added method "getHeader" in IBlockInputStream [#CLICKHOUSE-2] 2018-01-06 21:10:44 +03:00
MergingAggregatedMemoryEfficientBlockInputStream.cpp Added method "getHeader" in IBlockInputStream [#CLICKHOUSE-2] 2018-01-06 21:10:44 +03:00
MergingAggregatedMemoryEfficientBlockInputStream.h Added method "getHeader" in IBlockInputStream [#CLICKHOUSE-2] 2018-01-06 21:10:44 +03:00
MergingSortedBlockInputStream.cpp added MultiversionMergeTree [#CLICKHOUSE-3479] 2018-02-13 00:13:50 +03:00
MergingSortedBlockInputStream.h Merge branch 'master' into header-in-input-streams 2018-02-15 19:20:36 +03:00
narrowBlockInputStreams.cpp Replaced Mersenne Twister to PCG-Random [#CLICKHOUSE-2]. 2017-09-10 02:17:38 +03:00
narrowBlockInputStreams.h translate comments 2017-05-14 19:03:55 +04:00
NativeBlockInputStream.cpp Added method "getHeader" in IBlockInputStream [#CLICKHOUSE-2] 2018-01-09 03:19:58 +03:00
NativeBlockInputStream.h Added method "getHeader" in IBlockInputStream [#CLICKHOUSE-2] 2018-01-06 21:10:44 +03:00
NativeBlockOutputStream.cpp Added more checks [#CLICKHOUSE-2]. 2018-01-23 21:49:15 +03:00
NativeBlockOutputStream.h Removed very old protocol compatibility features [#CLICKHOUSE-2]. 2017-08-16 23:27:35 +03:00
NullableAdapterBlockInputStream.cpp Added method "getHeader" in IBlockInputStream [#CLICKHOUSE-2] 2018-01-06 21:10:44 +03:00
NullableAdapterBlockInputStream.h Added method "getHeader" in IBlockInputStream [#CLICKHOUSE-2] 2018-01-07 03:35:44 +03:00
NullAndDoCopyBlockInputStream.h Added method "getHeader" in IBlockInputStream [#CLICKHOUSE-2] 2018-01-06 21:10:44 +03:00
NullBlockInputStream.h Added method "getHeader" in IBlockInputStream [#CLICKHOUSE-2] 2018-01-06 21:10:44 +03:00
NullBlockOutputStream.h Better [#CLICKHOUSE-2]. 2017-12-01 22:34:51 +03:00
ODBCDriverBlockOutputStream.cpp Removed obsolete code [#CLICKHOUSE-3270]. 2017-09-01 21:21:01 +03:00
ODBCDriverBlockOutputStream.h translate comments 2017-05-14 19:03:55 +04:00
OneBlockInputStream.h Added method "getHeader" in IBlockInputStream [#CLICKHOUSE-2] 2018-01-09 03:19:58 +03:00
OwningBlockInputStream.h Added method "getHeader" in IBlockInputStream [#CLICKHOUSE-2] 2018-01-06 21:10:44 +03:00
ParallelAggregatingBlockInputStream.cpp Added method "getHeader" in IBlockInputStream [#CLICKHOUSE-2] 2018-01-06 21:10:44 +03:00
ParallelAggregatingBlockInputStream.h Added method "getHeader" in IBlockInputStream [#CLICKHOUSE-2] 2018-01-06 21:10:44 +03:00
ParallelInputsProcessor.h Clarifications [#CLICKHOUSE-2]. 2017-12-04 23:29:13 +03:00
PartialSortingBlockInputStream.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
PartialSortingBlockInputStream.h Added method "getHeader" in IBlockInputStream [#CLICKHOUSE-2] 2018-01-06 21:10:44 +03:00
PrettyBlockOutputStream.cpp Cleanup semantics of data types [#CLICKHOUSE-2]. 2017-12-09 19:17:37 +03:00
PrettyBlockOutputStream.h Removing dependency on functions from client: bug fixes [#CLICKHOUSE-2]. 2017-07-12 03:42:50 +03:00
PrettyCompactBlockOutputStream.cpp Cleanup semantics of data types [#CLICKHOUSE-2]. 2017-12-09 19:17:37 +03:00
PrettyCompactBlockOutputStream.h Better [#CLICKHOUSE-2]. 2017-12-01 22:34:51 +03:00
PrettySpaceBlockOutputStream.cpp Cleanup semantics of data types [#CLICKHOUSE-2]. 2017-12-09 19:17:37 +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 Revert "Removed questionable code (2) [#CLICKHOUSE-2]." 2017-12-28 07:39:19 +03:00
PushingToViewsBlockOutputStream.cpp merged with master 2017-12-01 16:33:47 +03:00
PushingToViewsBlockOutputStream.h Added PR changes #1676 2017-12-22 22:20:18 +03:00
RemoteBlockInputStream.cpp Header in every stream: development [#CLICKHOUSE-2] 2018-02-16 23:53:47 +03:00
RemoteBlockInputStream.h Header in every stream: development [#CLICKHOUSE-2] 2018-02-15 21:54:12 +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 method "getHeader" in IBlockInputStream [#CLICKHOUSE-2] 2018-01-06 21:10:44 +03:00
ReplacingSortedBlockInputStream.cpp added MultiversionMergeTree [#CLICKHOUSE-3479] 2018-02-13 00:13:50 +03:00
ReplacingSortedBlockInputStream.h Removed useless methods [#CLICKHOUSE-2] 2018-02-15 19:29:34 +03:00
SquashingBlockInputStream.cpp Updated describe query, cluster copier draft. [#CLICKHOUSE-3346] 2018-01-11 21:55:08 +03:00
SquashingBlockInputStream.h Merge branch 'master' into header-in-input-streams 2018-02-15 19:20:36 +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 Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-15 04:34:30 +03:00
SquashingTransform.h Add #pragma once for SquashingTransform.h 2018-01-19 21:40:23 +03:00
SummingSortedBlockInputStream.cpp added MultiversionMergeTree [#CLICKHOUSE-3479] 2018-02-13 00:13:50 +03:00
SummingSortedBlockInputStream.h Removed useless methods [#CLICKHOUSE-2] 2018-02-15 19:29:34 +03:00
TabSeparatedRawRowOutputStream.h translate comments 2017-05-14 19:03:55 +04:00
TabSeparatedRowInputStream.cpp Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-15 04:34:30 +03:00
TabSeparatedRowInputStream.h Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-18 05:43:40 +03: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 Header in every stream: development [#CLICKHOUSE-2] 2018-02-16 22:04:27 +03:00
TotalsHavingBlockInputStream.h Header in every stream: development [#CLICKHOUSE-2] 2018-02-16 22:04:27 +03:00
TSKVRowInputStream.cpp Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-15 04:34:30 +03:00
TSKVRowInputStream.h Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-18 05:43:40 +03:00
TSKVRowOutputStream.cpp Revert "Removed questionable code (2) [#CLICKHOUSE-2]." 2017-12-28 07:39:19 +03:00
TSKVRowOutputStream.h translate comments 2017-05-14 19:03:55 +04:00
UnionBlockInputStream.h Added method "getHeader" in IBlockInputStream [#CLICKHOUSE-2] 2018-01-06 21:10:44 +03:00
ValuesRowInputStream.cpp Fixed tests #1665 2018-01-14 03:12:23 +03:00
ValuesRowInputStream.h Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-18 05:43:40 +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 Fixed build on AArch64 [#CLICKHOUSE-1700] 2017-12-28 19:51:53 +03:00
verbosePrintString.h Small refinements [#CLICKHOUSE-2]. 2017-06-01 16:41:58 +03:00
VersionedCollapsingSortedBlockInputStream.cpp added checks and comments for FixedSizeDequeWithGaps; review fixes [#CLICKHOUSE-3479] 2018-02-13 00:13:50 +03:00
VersionedCollapsingSortedBlockInputStream.h Macos shared build fix (#1906) 2018-02-15 00:01:40 +03:00
VerticalRowOutputStream.cpp Cleanup semantics of data types [#CLICKHOUSE-2]. 2017-12-09 19:17:37 +03:00
VerticalRowOutputStream.h Better [#CLICKHOUSE-2]. 2017-12-01 23:21:35 +03:00
XMLRowOutputStream.cpp Revert "Removed questionable code (2) [#CLICKHOUSE-2]." 2017-12-28 07:39:19 +03:00
XMLRowOutputStream.h Core/FieldVisitors.h -> Common/FieldVisitors.h 2017-11-24 16:55:31 +03:00