mirror of https://github.com/citusdata/citus.git
* Separate build of citus.so and citus_columnar.so. Because columnar code is statically-linked to both modules, it doesn't make sense to load them both at once. A subsequent commit will make the modules entirely separate and allow loading them both simultaneously. Author: Yanwen Jin * Separate citus and citus_columnar modules. Now the modules are independent. Columnar can be loaded by itself, or along with citus. Co-authored-by: Jeff Davis <jefdavi@microsoft.com> |
||
|---|---|---|
| .. | ||
| columnar.h | ||
| columnar_compression.h | ||
| columnar_customscan.h | ||
| columnar_metadata.h | ||
| columnar_storage.h | ||
| columnar_tableam.h | ||
| columnar_version_compat.h | ||