We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde665c commit 9508f4fCopy full SHA for 9508f4f
README.md
@@ -112,7 +112,8 @@ Default features:
112
- `parquet`: support for reading the [Apache Parquet] format
113
- `regex_expressions`: regular expression functions, such as `regexp_match`
114
- `unicode_expressions`: Include unicode aware functions such as `character_length`
115
-- `unparser` : enables support to reverse LogicalPlans back into SQL
+- `unparser`: enables support to reverse LogicalPlans back into SQL
116
+- `recursive-protection`: uses [recursive](https://docs.rs/recursive/latest/recursive/) for stack overflow protection.
117
118
Optional features:
119
0 commit comments