Skip to content

Commit

Permalink
tweal
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Feb 13, 2025
1 parent 57e0f39 commit e60db0c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/user-guide/crate-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,19 @@ datafusion = { version = "45", features = [avro] }

[features]: https://doc.rust-lang.org/cargo/reference/features.html

You can always check the [Cargo.toml] file for the most up to date list of features.

[cargo.toml]: https://github.com/apache/datafusion/blob/main/datafusion/core/Cargo.toml#L39

### Default features:

- `nested_expressions`: functions for working with nested type function such as `array_to_string`
- `compression`: reading files compressed with `xz2`, `bzip2`, `flate2`, and `zstd`
- `crypto_expressions`: cryptographic functions such as `md5` and `sha256`
- `datetime_expressions`: date and time functions such as `to_timestamp`
- `encoding_expressions`: `encode` and `decode` functions
- `math_expressions`: `sqrt` and other math functions
- `string_expressions`: string functions such as `concat`
- `parquet`: support for reading the [Apache Parquet] format
- `regex_expressions`: regular expression functions, such as `regexp_match`
- `unicode_expressions`: Include unicode aware functions such as `character_length`
Expand Down

0 comments on commit e60db0c

Please sign in to comment.