Is your feature request related to a problem or challenge? Please describe what you are trying to do.
PR apache/arrow-datafusion#2521 adds OFFSET to the logical plan. We should implement a physical plan for it.
Describe the solution you'd like
Implement OFFSET physical plan.
roapi -t "vocabs=sqlite:///data/vocabulary.sqlite"
[2022-05-31T06:48:11Z INFO roapi::context] loading `uri(sqlite:///data/vocabulary.sqlite)` as table `vocabs`
Error: Database error: Enable 'database' feature flag to support this
would you explain in README how to enable it?
I'm new to rust, after some searching i got it workin
A Python library to run analytics workloads with the performance of Rust, the flexibility of Python and O(1) cost in moving data between the two. Uses Apache Arrow in-memory format and respective query engine DataFusion.
This is a project for recognition of seven distinct physical exercises from wearable sensors and depth camera using multi-modal data fusion techniques.
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
PR apache/arrow-datafusion#2521 adds OFFSET to the logical plan. We should implement a physical plan for it.
Describe the solution you'd like
Implement OFFSET physical plan.
Describe alternatives you've considered
None
Additional context
None