# datafusion-sql-udfs **Repository Path**: mirrors_samuelcolvin/datafusion-sql-udfs ## Basic Information - **Project Name**: datafusion-sql-udfs - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-19 - **Last Updated**: 2026-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SQL UDF Demo Requires https://github.com/apache/datafusion/pull/14837. Performance with 10M rows: ``` [src/main.rs:169:5] df.count().await.unwrap() = 10000000 Elapsed time (direct): 133.333µs [src/main.rs:184:5] df.count().await.unwrap() = 10000000 Elapsed time (SQL UDF): 132.959µs ```