Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 782 Bytes

TODO.md

File metadata and controls

15 lines (14 loc) · 782 Bytes

Maybe create vec of funcs that operate on the RowAccessor to retrieve the value type We should be able to figure out based on Physical and Converted what the rust val should be e.g. if physical is f64

  • handle timestamps, dates, bools, smallints etc
    • check with generated parquet if can feed types in or not.
      • in a test, create table with types we'd like it to handle
      • verify the input data via psql
  • Specify in README limits of supported types i.e. not bytea
  • lib.rs to re-export all modules as pub
  • ci/cd
    • pr build runs cargo test -- --nocapture
    • release build packages binary