Skip to content

datafusion-contrib/datafusion-functions-variant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Open Variant Rust

This is a Rust implementation of the Open Variant format. This provides a data structure for semi-structured data (like JSON) that is optimized for OLAP queries.

This is based on the specification and Java implementation hosted in the Apache Spark project. The specification can be found here.

There are three libraries:

  1. open-variant: The core library that provides the data structure.
  2. (TODO) arrow-open-variant: A library to use variant data as an extension type in Apache Arrow.
  3. (TODO) datafusion-functions-variant: A library that provides functions to work with variant data in DataFusion.

About

DataFusion package for the Open Variant type

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages