You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECT length(content) AS char_count FROM read_text('https://raw.githubusercontent.com/dentiny/duck-read-cache-fs/main/test/data/stock-exchanges.csv');
19
+
extended_description: |
20
+
This extension rewrites HTTP layer for httpfs based on libcurl and epoll, it provides a few features:
21
+
- 100% compatible with httpfs; use curl-based implementation by default, but also allows users to fallback to httplib.
22
+
- Enable HTTP/2 by default.
23
+
- Implements TCP connection pool.
24
+
- All network IO operations are performed in asynchronously.
0 commit comments