Files
doris/fe
EmmyMiao87 4c05eddc10 [SQL] Support approx_count_distinct rewrite to hll union in mv rewriter (#4239)
The new function approx_count_distinct is the alias of function ndv.
So Doris also need to rewrite approx_count_distinct to hll function when it is possible to match the hll materialized view.
2020-08-06 23:16:15 +08:00
..

# fe-common

This module is used to store some common classes of other modules.

# spark-dpp

This module is Spark DPP program, used for Spark Load function.
Depends: fe-common

# fe-core

This module is the main process module of FE.
Depends: fe-common, spark-dpp