datafusion-functions-nested

Crates.iodatafusion-functions-nested
lib.rsdatafusion-functions-nested
version
sourcesrc
created_at2024-08-11 19:44:17.134468
updated_at2025-02-07 15:23:26.109892
descriptionNested Type Function packages for the DataFusion query engine
homepagehttps://datafusion.apache.org
repositoryhttps://github.com/apache/datafusion
max_upload_size
id1333591
Cargo.toml error:TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Andrew Lamb (alamb)

documentation

README

DataFusion Nested Type Function Library

DataFusion is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.

This crate contains functions for working with arrays, maps and structs, such as array_append that work with ListArray, LargeListArray and FixedListArray types from the arrow crate.

Commit count: 9913

cargo fmt