mirror of
https://github.com/langchain-ai/datafusion.git
synced 2026-07-21 03:05:28 -04:00
4687899957
* Added function volatility to Signature * Ran cargo fmt and clippy * Added Stable function volatility * Moved existing Signature functionality into TypeSignature and add Signature type which has volatility calssification * Added function volatility to python bindings * Made volatility method more explicit and signature less error-prone. * ran formatters on code * Made order of udf related functions in python more consistent