Skip to content

Commit b744d65

Browse files
committed
add section about running examples
1 parent 988419f commit b744d65

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,14 @@ async fn main() -> datafusion::error::Result<()> {
105105

106106
You can find other examples in the [examples](examples/) directory.
107107

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+
108116
## License
109117

110118
The project is licensed under the [APACHE 2.0](LICENSE) license.

0 commit comments

Comments
 (0)