Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Dec 8, 2024
1 parent 92d6986 commit 3edd0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ SELECT * FROM system.functions LIMIT 10 INTO OUTFILE '/tmp/functions.clickhouse'
```

### Usage
Read ClickHouse Native files with DuckDB. _Full fils scans, no filtering/range implemented._
Read ClickHouse Native files with DuckDB. _Unoptimized full-file reading._
```sql
D SELECT * FROM clickhouse_native('/tmp/numbers.clickhouse');
┌──────────────┬─────────┐
Expand Down

0 comments on commit 3edd0fc

Please sign in to comment.