__This is work in progress!__ ## Data analysis for know-thy-shell Some iterators and processors used by [know-thy-shell](https://github.com/know-thy-shell). It is unclear what is the right api to use at this time, this is just exploration work. ## API Iterators with related wrappers: - `FlatTable` provides a one level iterator on a `TableProvider` (instead of partitions and record batches) - `FlatRelation` provides a one level iterator on a `Relation` Some simple builders in `bland_builder`. A simple top K implementation in `top_k`. ## Usage This create is used by the [kts cli](https://crates.io/crates/know-thy-shell). __This is work in progress!__