Feature request : user friendly methods for Querybuilder , show and sql #3076
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
first thanks for finally exposing the SQL interface of datafusion inside delta_rs, it just make perfect sense, it was always hard to explain why we need to download datafusion twice.
this is just for aesthetic reasons and for compatibility with the broader ecosystem
QueryBuilder().execute, it will be nice to have QueryBuilder().sql()
and instead of writing
print(pa.Table.from_batches(QueryBuilder().execute(value)))
something like this will be nice
QueryBuilder().sql("select 42").show()
thank you again,
The text was updated successfully, but these errors were encountered: