I was curious if anyone had made a geodatafusion cli, like the datafusion-cli crate which could potentially be added to the readme?
As far as I understand it the datafusion_cli crate doesn't have a geodatafusion feature, or LOAD statement like duckdb.
I suppose It wouldn't be hard to hack one out myself, maybe even just fork datafusion-cli and add the appropriate register call under #cfg(feature="geodatafusion")] but I wasn't sure if one existed? I guess that might be difficult to upstream back to datafusion-cli if geodatafusion lags behind on releases (which it kind of has to, since datafusion-cli is released from the same repo as datafusion itself).
I was curious if anyone had made a geodatafusion cli, like the
datafusion-clicrate which could potentially be added to the readme?As far as I understand it the
datafusion_clicrate doesn't have ageodatafusionfeature, orLOADstatement like duckdb.I suppose It wouldn't be hard to hack one out myself, maybe even just fork
datafusion-cliand add the appropriateregistercall under#cfg(feature="geodatafusion")]but I wasn't sure if one existed? I guess that might be difficult to upstream back to datafusion-cli if geodatafusion lags behind on releases (which it kind of has to, sincedatafusion-cliis released from the same repo asdatafusionitself).