We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 988419f + c8d0529 commit b9a331bCopy full SHA for b9a331b
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 example 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