avro
Read Apache Avro (TM) files from DuckDB
Maintainer(s): hannes
Installing and Loading
INSTALL avro FROM community;LOAD avro;Example
FROM read_avro('some_file.avro');About avro
This extension provides a scan function for Apache Avro files. For more information and information regarding usage, limitations and performance, see the README and the announcement blog post.
Added Functions
| function_name | function_type | description | comment | examples |
|---|---|---|---|---|
| read_avro | table | NULL | NULL | [] |