optd icon indicating copy to clipboard operation
optd copied to clipboard

[LogicalOptimizer] Schema

Open AveryQi115 opened this issue 1 year ago • 0 comments

TODO

  • [x] add names and is_nullable to schema
    • https://github.com/cmu-db/optd/pull/61
  • [x] make schema types align with datafusion::arrow::Schema type (one to one mapping)
    • https://github.com/cmu-db/optd/pull/57
  • [x] adjust schema derivation in existing rules
    • [ ] future work: accurate nullable derivation for aggregations

AveryQi115 avatar Feb 11 '24 20:02 AveryQi115