niebayes commented on issue #15117: URL: https://github.com/apache/datafusion/issues/15117#issuecomment-2710052300
> btw the equivalent rewrite for the old signature should be > > signature: Signature::one_of( > vec![ > TypeSignature::Coercible(vec![Coercion::new_exact( > TypeSignatureClass::Timestamp, > )]), > TypeSignature::Coercible(vec![Coercion::new_exact( > TypeSignatureClass::Time, > )]) > ], > Volatility::Immutable, > ), > which doesn't coerce Timestamp to Time or vice versa Well, this is exactly what I want. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org