starrocks/fe
Zhao Chun 5fa55b8199 Init commit 2021-09-04 22:14:12 +08:00
..
fe-common Init commit 2021-09-04 22:14:12 +08:00
fe-core Init commit 2021-09-04 22:14:12 +08:00
spark-dpp Init commit 2021-09-04 22:14:12 +08:00
README Init commit 2021-09-04 22:14:12 +08:00
checkstyle-apache-header.txt Init commit 2021-09-04 22:14:12 +08:00
checkstyle-header.txt Init commit 2021-09-04 22:14:12 +08:00
checkstyle.xml Init commit 2021-09-04 22:14:12 +08:00
dorisdb_intellij_style.xml Init commit 2021-09-04 22:14:12 +08:00
pom.xml Init commit 2021-09-04 22:14:12 +08:00

README

# 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