Crates.io | kts-analyze |
lib.rs | kts-analyze |
version | 0.1.0 |
source | src |
created_at | 2019-07-09 02:42:28.259354 |
updated_at | 2019-07-09 02:42:28.259354 |
description | Various APIs on top of the arrow and datafusion crates |
homepage | |
repository | |
max_upload_size | |
id | 147728 |
size | 13,689 |
This is work in progress!
Some iterators and processors used by know-thy-shell.
It is unclear what is the right api to use at this time, this is just exploration work.
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
.
This create is used by the kts cli.
This is work in progress!