From 86bbd887beb77b25588bfec798a1fa49abe4d5a8 Mon Sep 17 00:00:00 2001 From: Jon Mease Date: Wed, 3 Apr 2024 10:29:51 -0400 Subject: [PATCH] Vega-Altair Co-authored-by: Nicolas Kruchten --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ef4afa4..4a4f5725 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ For datasets of a few thousand rows or fewer, this architecture results in extre [Apache Arrow DataFusion](https://github.com/apache/arrow-datafusion) is an SQL compatible query engine that integrates with the Rust implementation of Apache Arrow. VegaFusion uses DataFusion to implement many of the Vega transforms, and it compiles the Vega expression language directly into the DataFusion expression language. In addition to being quite fast, a particularly powerful characteristic of DataFusion is that it provides many interfaces that can be extended with custom Rust logic. For example, VegaFusion defines many custom UDFs that are designed to implement the precise semantics of the Vega expression language and Vega expression functions. # License -VegaFusion is licensed under the [BSD-3](https://opensource.org/licenses/BSD-3-Clause) license. This is the same license used by Vega, Vega-Lite, and Altair. +VegaFusion is licensed under the [BSD-3](https://opensource.org/licenses/BSD-3-Clause) license. This is the same license used by Vega, Vega-Lite, and Vega-Altair. # About the Name There are two meanings behind the name "VegaFusion"