{"id":71155,"library":"datafusion-functions","title":"DataFusion Functions","description":"Function packages for the DataFusion query engine providing built-in SQL functions.","status":"active","version":"53.0.0","language":"rust","source_language":null,"source_url":"https://github.com/apache/datafusion","tags":["datafusion","sql","functions","query","analytics"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ndatafusion-functions = \"53.0.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add datafusion-functions","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"col","correct":"use datafusion_functions::expr_fn::col;"}],"quickstart":{"code":"use datafusion_functions::expr_fn::col;\n\nfn main() {\n    let expr = col(\"name\").eq(\"Alice\");\n    println!(\"Expression: {:?}\", expr);\n}","lang":"rust","description":"Creates a column expression for use in DataFusion queries."},"warnings":[{"fix":"Add `datafusion` and `datafusion-functions` to Cargo.toml with appropriate features.","message":"Requires DataFusion core and may need feature flags for specific functions","severity":"gotcha","affected_versions":">=53.0.0"}],"env_vars":null,"search_vec":"'analyt':20 'built':12 'built-in':11 'datafus':1,7,16 'engin':9 'function':2,3,15,18 'packag':4 'provid':10 'queri':8,19 'sql':14,17","created_at":"2026-06-17T18:23:17.074708+00:00","updated_at":"2026-06-17T18:23:17.074708+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://datafusion.apache.org","github":"https://github.com/apache/datafusion","docs":"https://docs.rs/datafusion-functions/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["database"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}