Matthew Turner
Matthew Turner
This should be a lot more feasible now with the recent improvements in datafusion function documentation Ref: https://github.com/apache/datafusion/pull/12775
I think this will be dependent on datafusion 43 where there will be updates to how function docs are done
@alamb what do you think / would you find this useful?
@alamb ive actually already embedded the flightsql client. just needs to be run with `--features=flightsql` and there is a new flightsql tab (connection params are from config). i have some...
I am closing this for now as i dont see myself working on it for foreseeable future. if its added to `datafusion-table-providers` it shouldnt be hard to add here
Since the scrolling contents larger than viewable area is already done for rows does that mean that the issue for columns is because they are fundamentally different than rows or...
@backkem Noted, thanks for pointing that out. My original goal with FlightSQL was to embed a client and have displays for metadata / catalog information. I don't think that and...
@backkem FYI there is a FlightSQL client now. Next week I should be able to look into the flightsql `TableProviderFactory` in [datafusion-table-providers](https://github.com/datafusion-contrib/datafusion-table-providers)
@yukkit I am actually only familiar with the `ObjectStore` abstraction and not `FileIO` - ill need to look into that more. Prior to knowing that I had naively expected to...
@xushiyan sure, checking it out