Skip to content
#

datafusion

Here are 19 public repositories matching this topic...

andygrove
andygrove commented May 16, 2022

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

enhancement good first issue
atomotic
atomotic commented May 31, 2022

the pre-built binary is not supporting database?

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

bug good first issue help wanted

Improve this page

Add a description, image, and links to the datafusion topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the datafusion topic, visit your repo's landing page and select "manage topics."

Learn more