apache / datafusion

Apache DataFusion SQL Query Engine
https://datafusion.apache.org/
Apache License 2.0
6.34k stars 1.2k forks source link

chore: expose TypeCoercionRewriter::new and add examples for type coerce expressions #13387

Closed niebayes closed 1 week ago

niebayes commented 1 week ago

Which issue does this PR close?

Closes #13375.

Rationale for this change

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

The TypeCoercionRewriter::new is now made public.

niebayes commented 1 week ago

@alamb Thanks for reviewing so quickly. I have submitted the changes.