ClickHouse/dbms/include/DB/DataStreams
2014-10-25 22:33:52 +04:00
..
AddingConstColumnBlockInputStream.h storages: few more comments on virtual columns, couple of code style changes [METR-9172] 2014-01-27 13:52:01 +00:00
AddingDefaultBlockInputStream.h dbms: updated all usages of NamesAndTypesPair to new field names. [#METR-10202] 2014-07-09 15:54:26 +04:00
AddingDefaultBlockOutputStream.h dbms: probably fixed error when writeSuffix method wasn't called when writing to table [#METR-12767]. 2014-09-18 23:49:31 +04:00
AggregatingBlockInputStream.h clickhouse: totals mode: development. [#METR-9365] 2014-02-27 16:53:38 +04:00
AggregatingSortedBlockInputStream.h dbms: development [#METR-10894]. 2014-06-09 02:17:44 +04:00
AsynchronousBlockInputStream.h Changed boost:: to std:: for bind, ref/cref, thread, shared_ptr [#METR-2807]. 2014-10-16 05:21:03 +04:00
BinaryRowInputStream.h dbms: development [#CONV-2944]. 2013-05-04 04:05:15 +00:00
BinaryRowOutputStream.h dbms: fixed error (progress message in the middle of data, in JSON formats) [#METR-11125]. 2014-08-15 00:27:41 +04:00
BlockInputStreamFromRowInputStream.h dbms: lowered default block size; introduced default insert block size [#METR-11014].. 2014-04-30 00:22:57 +04:00
BlockIO.h dbms: added SHOW PROCESSLIST query and 'max_concurrent_queries' setting [#CONV-8665] [#CONV-8664]. 2013-09-03 20:21:28 +00:00
BlockOutputStreamFromRowOutputStream.h dbms: fixed error (progress message in the middle of data, in JSON formats) [#METR-11125]. 2014-08-15 00:27:41 +04:00
CollapsingFinalBlockInputStream.h dbms: improved performance on short queries [#METR-11571]. 2014-06-26 04:58:14 +04:00
CollapsingSortedBlockInputStream.h Merge 2014-03-14 21:03:52 +04:00
ConcatBlockInputStream.h dbms: development [#CONV-2944]. 2013-05-04 04:05:15 +00:00
copyData.h dbms: fixed error [#CONV-7549]. 2013-05-31 17:34:30 +00:00
CreatingSetsBlockInputStream.h dbms: reworked GLOBAL subqueries (probably doesn't work) [#METR-11370]. 2014-07-06 23:48:39 +04:00
DistinctBlockInputStream.h dbms: unified hash tables: development [#METR-2944]. 2014-04-28 05:48:24 +04:00
EmptyBlockOutputStream.h dbms: development [#CONV-2944]. 2013-05-04 04:05:15 +00:00
ExpressionBlockInputStream.h dbms: added expression calculation on totals [#CONV-8366]. 2013-09-08 08:27:06 +00:00
FilterBlockInputStream.h dbms: development [#CONV-2944]. 2013-05-04 05:20:07 +00:00
ForkBlockInputStreams.h dbms: development of one-pass processing of multiple queries [#CONV-2944]. 2013-05-04 06:09:23 +00:00
FormatFactory.h works with client now [#CONV-7549] 2013-05-22 14:57:43 +00:00
glueBlockInputStreams.h dbms: development of one-pass processing of multiple queries [#CONV-2944]. 2013-05-04 06:09:23 +00:00
IBlockInputStream.h dbms: prepared for fully-functional progress bar [#METR-2944]. 2014-10-25 22:33:52 +04:00
IBlockOutputStream.h dbms: fixed error (progress message in the middle of data, in JSON formats) [#METR-11125]. 2014-08-15 00:27:41 +04:00
IProfilingBlockInputStream.h dbms: prepared for fully-functional progress bar [#METR-2944]. 2014-10-25 22:33:52 +04:00
IRowInputStream.h dbms: development [#CONV-2944]. 2013-05-04 04:05:15 +00:00
IRowOutputStream.h dbms: fixed error (progress message in the middle of data, in JSON formats) [#METR-11125]. 2014-08-15 00:27:41 +04:00
JSONCompactRowOutputStream.h dbms: added calculation of min/max [#CONV-8691]. 2013-09-07 02:03:13 +00:00
JSONRowOutputStream.h dbms: fixed error (progress message in the middle of data, in JSON formats) [#METR-11125]. 2014-08-15 00:27:41 +04:00
LimitBlockInputStream.h dbms: development [#CONV-2944]. 2013-05-04 05:20:07 +00:00
MaterializingBlockInputStream.h dbms: development [#CONV-2944]. 2013-05-04 05:20:07 +00:00
MergeSortingBlockInputStream.h dbms: optimized ORDER BY with LIMIT; rows_before_limit_at_least is temporarily broken [#CONV-2944]. 2013-09-16 05:44:47 +00:00
MergingAggregatedBlockInputStream.h clickhouse: totals mode: development. [#METR-9365] 2014-02-27 16:53:38 +04:00
MergingSortedBlockInputStream.h dbms: more informative exception message when reading fails during merge (in lucky cases when an exception occurs instead of a segfault). [#METR-11980] 2014-07-21 15:34:43 +04:00
narrowBlockInputStreams.h dbms: development [#CONV-2944]. 2012-06-25 03:59:41 +00:00
NativeBlockInputStream.h dbms: development [#CONV-2944]. 2013-05-04 04:05:15 +00:00
NativeBlockOutputStream.h dbms: fixed error (progress message in the middle of data, in JSON formats) [#METR-11125]. 2014-08-15 00:27:41 +04:00
NullBlockInputStream.h dbms: development [#CONV-2944]. 2013-05-04 04:05:15 +00:00
NullBlockOutputStream.h dbms: development [#CONV-2944]. 2013-05-04 04:05:15 +00:00
OneBlockInputStream.h dbms: View and Materialized View implementation [#METR-9076] 2013-11-08 17:43:03 +00:00
ParallelAggregatingBlockInputStream.h Changed boost:: to std:: for bind, ref/cref, thread, shared_ptr [#METR-2807]. 2014-10-16 05:21:03 +04:00
PartialSortingBlockInputStream.h dbms: optimized ORDER BY with LIMIT; rows_before_limit_at_least is temporarily broken [#CONV-2944]. 2013-09-16 05:44:47 +00:00
PrettyBlockOutputStream.h dbms: fixed error (progress message in the middle of data, in JSON formats) [#METR-11125]. 2014-08-15 00:27:41 +04:00
PrettyCompactBlockOutputStream.h PrettyCompact and PrettyCompactMonoBlock use common code actively now [#CONV-6723] 2013-06-18 09:56:11 +00:00
PrettyCompactMonoBlockOutputStream.h PrettyCompact and PrettyCompactMonoBlock use common code actively now [#CONV-6723] 2013-06-18 09:56:11 +00:00
PrettySpaceBlockOutputStream.h dbms: development [#CONV-2944]. 2013-05-04 04:05:15 +00:00
PushingToViewsBlockOutputStream.h dbms: probably fixed error when writeSuffix method wasn't called when writing to table [#METR-12767]. 2014-09-18 23:49:31 +04:00
QueueBlockIOStream.h dbms: development of one-pass processing of multiple queries [#CONV-2944]. 2013-05-04 06:09:23 +00:00
RemoteBlockInputStream.h dbms: prepared for fully-functional progress bar [#METR-2944]. 2014-10-25 22:33:52 +04:00
RemoteBlockOutputStream.h dbms: additions to prev. revision [#METR-12857]. 2014-09-23 03:21:15 +04:00
RemoveColumnsBlockInputStream.h Fixed comments in RemoveColumnsBlockInputStream. [#METR-9750] 2014-03-03 12:29:01 +04:00
RowInputStreamFromBlockInputStream.h dbms: development [#CONV-2944]. 2013-05-04 04:05:15 +00:00
SplittingAggregatingBlockInputStream.h dbms: sending only set/changed settings [#METR-10087]. 2014-02-17 23:56:45 +00:00
SummingSortedBlockInputStream.h Merge 2014-05-07 15:44:14 +04:00
TabSeparatedBlockOutputStream.h dbms: fixed error (progress message in the middle of data, in JSON formats) [#METR-11125]. 2014-08-15 00:27:41 +04:00
TabSeparatedRawRowOutputStream.h dbms: development [#CONV-2944]. 2013-05-04 04:05:15 +00:00
TabSeparatedRowInputStream.h dbms: development [#CONV-2944]. 2013-05-04 04:05:15 +00:00
TabSeparatedRowOutputStream.h dbms: fixed error (progress message in the middle of data, in JSON formats) [#METR-11125]. 2014-08-15 00:27:41 +04:00
TotalsHavingBlockInputStream.h dbms: fixed WITH TOTALS and LIMIT/DISTINCT [#METR-10705]. 2014-04-21 20:09:04 +04:00
UnionBlockInputStream.h dbms: improvement [#METR-11765]. 2014-07-16 06:06:58 +04:00
ValuesRowInputStream.h dbms: development [#CONV-2944]. 2013-05-04 04:05:15 +00:00
ValuesRowOutputStream.h dbms: fixed error (progress message in the middle of data, in JSON formats) [#METR-11125]. 2014-08-15 00:27:41 +04:00
VerticalRowOutputStream.h dbms: fixed error (progress message in the middle of data, in JSON formats) [#METR-11125]. 2014-08-15 00:27:41 +04:00