COOL-cohort / COOL

the source code of the COOL system
https://www.comp.nus.edu.sg/~dbsystem/cool/
Apache License 2.0
45 stars 16 forks source link

Add iceBerg query, cohort profiling and RelationalAlgebra #20

Closed NLGithubWP closed 2 years ago

NLGithubWP commented 2 years ago
  1. Add IceBerg query executor. aggregator, result parser.
  2. In core/cohort/QueryResult, add error status.
  3. In core/io/readstore, add logs
  4. in core/io/readstore/FieldRS.java and CoolFieldRs, add getFieldType
  5. In schema/TableSchema, add getFieldSchema and error check
  6. In functionality, add CohortProfiling, IceBergLoader, RelationalAlgebra.
  7. Update ReadME
  8. Add olap-tpch dataset generation scripts and files