We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94bc726 commit 41a2d2dCopy full SHA for 41a2d2d
arrow/README.md
@@ -53,6 +53,7 @@ The `arrow` crate provides the following features which may be enabled in your `
53
- `chrono-tz` - support of parsing timezone using [chrono-tz](https://docs.rs/chrono-tz/0.6.0/chrono_tz/)
54
- `ffi` - bindings for the Arrow C [C Data Interface](https://arrow.apache.org/docs/format/CDataInterface.html)
55
- `pyarrow` - bindings for pyo3 to call arrow-rs from python
56
+- `dyn_cmp_dict` - enables comparison of dictionary arrays within dyn comparison kernels
57
58
## Arrow Feature Status
59
0 commit comments