Skip to content

Commit

Permalink
Datafusion functions parquet
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmturner committed Jan 25, 2025
1 parent 79ef1b2 commit 7cf500a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions crates/datafusion-functions-parquet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
[package]
name = "datafusion-functions-parquet"
description = "DataFusion helper functions for working with Parquet files"
homepage = "https://github.com/datafusion-contrib/datafusion-dft/tree/main/crates/datafusion-functions-parquet"
repository = "https://github.com/datafusion-contrib/datafusion-dft/tree/main/crates/datafusion-functions-parquet"
readme = "README.md"
authors = ["Matthew Turner <[email protected]>"]
license = "Apache-2.0"
version = "0.1.0"
edition = "2021"
keywords = ["parquet", "query", "sql", "datafusion"]

[dependencies]
arrow = { version = "53.0.0" }
Expand Down

0 comments on commit 7cf500a

Please sign in to comment.