druid/docs
Gian Merlino 5cd7610fb6
SQL support for union datasources. (#10324)
* SQL support for union datasources.

Exposed via the "UNION ALL" operator. This means that there are now two
different implementations of UNION ALL: one at the top level of a query
that works by concatenating subquery results, and one at the table level
that works by creating a UnionDataSource.

The SQL documentation is updated to discuss these two use cases and how
they behave.

Future work could unify these by building support for a native datasource
that represents the union of multiple subqueries. (Today, UnionDataSource
can only represent the union of tables, not subqueries.)

* Fixes.

* Error message for sanity check.

* Additional test fixes.

* Add some error messages.
2020-08-28 07:57:06 -07:00
..
_bin De-incubation cleanup in code, docs, packaging (#9108) 2020-01-03 12:33:19 -05:00
assets Querying doc refresh tutorial (#9879) 2020-05-29 14:32:21 -07:00
comparisons Spellcheck docs (#8548) 2019-09-17 12:47:30 -07:00
configuration Set default server.maxsize to the sum of segment cache (#10255) 2020-08-10 09:21:22 -07:00
dependencies Reconcile terminology and method naming to 'used/unused segments'; Rename MetadataSegmentManager to MetadataSegmentsManager (#7306) 2020-01-27 11:24:29 -08:00
design renamed authenticationChain to authenticatorChain (#10143) 2020-07-08 19:58:21 -07:00
development Redis cache extension enhancement (#10240) 2020-08-24 10:29:04 +08:00
ingestion Adding supported compression formats for native batch ingestion (#10306) 2020-08-26 12:39:48 -07:00
misc ROUND and having comparators correctly handle special double values (#10014) 2020-06-16 16:09:46 -07:00
operations Set default server.maxsize to the sum of segment cache (#10255) 2020-08-10 09:21:22 -07:00
querying SQL support for union datasources. (#10324) 2020-08-28 07:57:06 -07:00
tutorials typo fix from hear to here (#10292) 2020-08-17 07:54:21 -07:00