edmondop commented on issue #9495: URL: https://github.com/apache/arrow-datafusion/issues/9495#issuecomment-1984887142
> @edmondop The code @backkem mentions also includes an expr to sql function! There may be some gaps to fill in, but the core functionality is there. It is just a private function within the datafusion-federation subproject now. > > I think the main work in this and related tickets for DataFusion will be deciding what the public interface should look like and filling in any gaps in the datafusion-federation code. > > I think it would be great to get more eyes on this code and make it easier for other projects to use. Understood, makes lot of sense not to have that code in the federation contrib since it doesn't have particularly to do with federation. For the API, I think it might require a little work, since I see there is a `_col_ref_offset: usize` that is passed, which I am not sure we want to expose through the API -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
