GitHub user renzobautista closed a discussion: Extending binary operators in logical plans
Hi all, I'm currently using DataFusion to generate logical plans from a user-inputted SQL query. In my custom SQL implementation, I want to allow some binary operators (+,-,*,/) to take in strings as input (i.e. coercing Utf8 + Utf8 to Float64). Is this currently possible? I was able to customize other scalar functions and aggregations by making a UDF (e.g. for SUM, CEIL), but haven't found a way to do the same for binary operators. GitHub link: https://github.com/apache/datafusion/discussions/11956 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
