.. |
tests
|
dbms: addition to prev. revision [#METR-15934].
|
2015-04-11 06:34:37 +03:00 |
AggregatingBlockInputStream.cpp
|
dbms: compiled aggregator: development [#METR-2944].
|
2015-01-10 05:30:03 +03:00 |
AggregatingSortedBlockInputStream.cpp
|
dbms: tiny improvements [#METR-2944].
|
2015-01-18 11:25:56 +03:00 |
BinaryRowInputStream.cpp
|
dbms: using special array for Row and instead of std::vector<AggregateFunctionPlainPtrs> (experimental) [#CONV-2944].
|
2013-01-07 00:57:43 +00:00 |
BinaryRowOutputStream.cpp
|
dbms: added 'RowBinary' format [#CONV-2944].
|
2012-11-10 04:43:53 +00:00 |
BlockInputStreamFromRowInputStream.cpp
|
dbms: better exception messages [#METR-8224].
|
2013-10-26 03:20:51 +00:00 |
BlockOutputStreamFromRowOutputStream.cpp
|
dbms: added calculation of min/max [#CONV-8691].
|
2013-09-07 02:03:13 +00:00 |
BlockStreamProfileInfo.cpp
|
dbms: tiny improvements [#METR-2944].
|
2015-01-18 11:25:56 +03:00 |
CollapsingFinalBlockInputStream.cpp
|
dbms: FINAL: tiny modifications [#METR-2944].
|
2015-03-12 03:01:14 +03:00 |
CollapsingSortedBlockInputStream.cpp
|
dbms: tiny improvements [#METR-2944].
|
2015-01-18 11:25:56 +03:00 |
copyData.cpp
|
dbms: Server: fixed issue with query cancellation. [#METR-14410]
|
2015-03-20 19:20:47 +03:00 |
CreatingSetsBlockInputStream.cpp
|
dbms: preparation [#METR-2944].
|
2015-03-02 04:10:58 +03:00 |
DistinctBlockInputStream.cpp
|
Fixed errors in clang (part 3) [#METR-2807].
|
2015-01-21 07:17:02 +03:00 |
FilterBlockInputStream.cpp
|
dbms: improved performance of filtering [#METR-2944].
|
2014-08-17 06:17:23 +04:00 |
FormatFactory.cpp
|
PrettyCompactMonoBlock format [#CONV-6723]
|
2013-06-17 12:40:44 +00:00 |
glueBlockInputStreams.cpp
|
dbms: development of one-pass processing of multiple queries [#CONV-2944].
|
2013-05-04 06:09:23 +00:00 |
IBlockInputStream.cpp
|
dbms: slightly improved performance on small blocks; removed unused code [#METR-2944].
|
2014-08-22 22:49:51 +04:00 |
IProfilingBlockInputStream.cpp
|
dbms: Server: fixed issue with query cancellation. [#METR-14410]
|
2015-03-20 19:20:47 +03:00 |
IRowOutputStream.cpp
|
dbms: development.
|
2010-03-04 19:20:28 +00:00 |
JSONCompactRowOutputStream.cpp
|
dbms: improved performance of JSON output format for data without strings (2.5 times) [#METR-2944].
|
2015-02-15 12:45:29 +03:00 |
JSONRowOutputStream.cpp
|
dbms: improved performance of JSON output format for data without strings (2.5 times) [#METR-2944].
|
2015-02-15 12:45:29 +03:00 |
LimitBlockInputStream.cpp
|
works with HTTP [#CONV-7549]
|
2013-05-22 12:10:33 +00:00 |
MergeSortingBlockInputStream.cpp
|
dbms: additions to prev. revision [#METR-2944].
|
2015-01-07 21:07:00 +03:00 |
MergingAggregatedBlockInputStream.cpp
|
dbms: tiny additions [#METR-14604].
|
2015-01-17 00:01:41 +03:00 |
MergingSortedBlockInputStream.cpp
|
dbms: tiny improvements [#METR-2944].
|
2015-01-18 11:25:56 +03:00 |
narrowBlockInputStreams.cpp
|
dbms: development [#CONV-2944].
|
2012-08-21 18:34:55 +00:00 |
NativeBlockInputStream.cpp
|
dbms: removed dead code; healing corrupted nested columns [#METR-15896].
|
2015-04-09 03:37:08 +03:00 |
NativeBlockOutputStream.cpp
|
dbms: removed dead code; healing corrupted nested columns [#METR-15896].
|
2015-04-09 03:37:08 +03:00 |
PartialSortingBlockInputStream.cpp
|
dbms: lowered memory usage for huge ORDER BY with LIMIT [#METR-2944].
|
2014-12-15 10:35:40 +03:00 |
PrettyBlockOutputStream.cpp
|
dbms: Client: don't leave progress indicator in the middle of data; colors almost compatible with white backgrounds [#METR-11125].
|
2014-08-15 04:08:15 +04:00 |
PrettyCompactBlockOutputStream.cpp
|
dbms: Client: don't leave progress indicator in the middle of data; colors almost compatible with white backgrounds [#METR-11125].
|
2014-08-15 04:08:15 +04:00 |
PrettyCompactMonoBlockOutputStream.cpp
|
dbms: added totals and extremes to Pretty* and TabSeparated* formats [#METR-9365].
|
2014-03-02 23:16:45 +04:00 |
PrettySpaceBlockOutputStream.cpp
|
dbms: Client: don't leave progress indicator in the middle of data; colors almost compatible with white backgrounds [#METR-11125].
|
2014-08-15 04:08:15 +04:00 |
RowInputStreamFromBlockInputStream.cpp
|
dbms: development [#CONV-2944].
|
2013-05-03 02:25:50 +00:00 |
SummingSortedBlockInputStream.cpp
|
dbms: fix test reference and bring commentaries up-to-date [#METR-15913].
|
2015-04-10 13:02:57 +03:00 |
TabSeparatedBlockOutputStream.cpp
|
dbms: added missing files [#CONV-2944].
|
2011-08-15 21:50:08 +00:00 |
TabSeparatedRowInputStream.cpp
|
dbms: added support for parsing 10-digits unix timestamp as DateTime (in addition to YYYY-MM-DD hh:mm:ss format) [#METR-15790].
|
2015-04-01 00:09:19 +03:00 |
TabSeparatedRowOutputStream.cpp
|
dbms: added totals and extremes to Pretty* and TabSeparated* formats [#METR-9365].
|
2014-03-02 23:16:45 +04:00 |
TotalsHavingBlockInputStream.cpp
|
dbms: more scalable aggregator: development [#METR-2944].
|
2015-01-03 06:18:49 +03:00 |
ValuesRowInputStream.cpp
|
dbms: using special array for Row and instead of std::vector<AggregateFunctionPlainPtrs> (experimental) [#CONV-2944].
|
2013-01-07 00:57:43 +00:00 |
ValuesRowOutputStream.cpp
|
DB/IO: improved writing strings [#CONV-2807].
|
2013-05-15 22:58:57 +00:00 |
VerticalRowOutputStream.cpp
|
DB/IO: improved writing strings [#CONV-2807].
|
2013-05-15 22:58:57 +00:00 |