mirror of
https://github.com/apache/druid.git
synced 2025-02-06 10:08:26 +00:00
* add read * update deprecated guava calls * add write and vsizeserde * add benchmark * separate encoding and compression * add header and reformat * update doc * address PR comment * fix buffer order * generate benchmark files * separate encoding strategy and format * fix benchmark * modify supplier write to channel * add float NONE handling * address PR comment * address PR comment 2
25 lines
1.0 KiB
Plaintext
25 lines
1.0 KiB
Plaintext
Druid - a distributed column store.
|
|
Copyright 2012-2016 Metamarkets Group Inc.
|
|
Copyright 2015-2016 Yahoo! Inc.
|
|
Copyright 2015-2016 Imply Data, Inc.
|
|
|
|
-------------------------------------------------------------------------------
|
|
|
|
This product contains a modified version of Andrew Duffy's java-alphanum library
|
|
* LICENSE:
|
|
* https://github.com/amjjd/java-alphanum/blob/5c036e2e492cc7f3b7bcdebd46b8f9e2a87927e5/LICENSE.txt (Apache License, Version 2.0)
|
|
* HOMEPAGE:
|
|
* https://github.com/amjjd/java-alphanum
|
|
|
|
This product contains conjunctive normal form conversion code and a variance aggregator algorithm adapted from Apache Hive
|
|
* LICENSE:
|
|
* https://github.com/apache/hive/blob/branch-2.0/LICENSE (Apache License, Version 2.0)
|
|
* HOMEPAGE:
|
|
* https://github.com/apache/hive
|
|
|
|
This product contains variable length long deserialization code adapted from Apache Lucene
|
|
* LICENSE:
|
|
* https://github.com/apache/lucene-solr/blob/master/lucene/LICENSE.txt (Apache License, Version 2.0)
|
|
* HOMEPAGE:
|
|
* https://github.com/apache/lucene-solr
|