Skip to content

datafusion-contrib/datafusion-variant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

datafusion-variant

This crate provides user-defined functions for efficient Variant type handling in Datafusion. Variant types enable semi-structured data storage and querying, supporting JSON-like nested structs with dynamic schemas.

This crate aims to achieve complete feature parity with Spark and Databricks Variant functions.

Contributers are welcomed! Now check this out

Status

datafusion-variant is still under development. Progress is tracked in #2; once it's closed, the crate's output should be considered stable.

Usage

# run all tests
cargo test

# run sqllogictests
cargo test --test sqllogictests

Reading

Specifications

Miscellaneous

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages