We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 988419f commit b744d65Copy full SHA for b744d65
1 file changed
README.md
@@ -105,6 +105,14 @@ async fn main() -> datafusion::error::Result<()> {
105
106
You can find other examples in the [examples](examples/) directory.
107
108
+## Running Examples
109
+
110
+To quickly see the Parquet integration in action, you can run the provided example directly from your terminal:
111
112
+```bash
113
+cargo run --example parquet
114
+```
115
116
## License
117
118
The project is licensed under the [APACHE 2.0](LICENSE) license.
0 commit comments