Implementing `simplify` for `starts_with` in Apache DataFusion
Intro about Datafusion Apache DataFusion is a Rust-native query engine with a powerful optimizer. One key component of its optimizer is expression simplification, often referred to as the simplify function. In this post, we'll walk through how we imp...
Mar 1, 20257 min read85


