- api/: SCQL protocol files.
- examples/: SCQL examples.
- tutorial: SCQL open core tutorial.
- docs/: Documents of SCQL.
- cmd/: Main applications for SCQL.
- docgen/: SCQL operators document generator.
- pkg/: SCQL library code.
- constant/: Common constant values.
- parser/: SCQL parser.
- types/: SCQL data types.
- table/: SCQL table info.
- sessionctx/: SCQL logical plan context.
- util/: SCQL utils.
- planner/: SCQL planner.
- interpreter/: SCQL interpreter.
- executor/: DQL executor. It dispatches execution dag to SCQL engine.
- engine/: SCQL execution engine, implemented in C++.
- exe/: SCQL execution engine applications.
- services/: Engine RPC services.
- link/: MPI framework based on YACL link.
- core/: Basic data structures used in engine.
- framework/: Engine framework.
- operator/: Oblivious operators.
- datasource/: SCQL data source adaptors/connectors.
- util/: Engine utilities.