Adding datafusion_expr_common library as a dependency
Run this command in a terminal, in your project's directory:
cargo add datafusion-expr-common
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
datafusion-expr-common = "52.1.0"
The datafusion_expr_common library will be automatically available globally.
Read the datafusion_expr_common library documentation.