Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 604 Bytes

todo.md

File metadata and controls

12 lines (10 loc) · 604 Bytes

TODO

  • support GroupBy keys being the result of a function
  • improve caching support
  • support using field expressions in join statements
  • support IQueryable interface which would allow for SQL generations and queries. See ideas
  • support ToJson as a result
  • support nested metadata
  • support early type checking (e.g. when stream.reflect() is used, metadata can store type information, which can then be used to validate comparison operations, etc)
  • review performance and size (generics are used to preserve type)
  • benchmark performance so cost of features are known