Include DuckDB enums and struct on the C API complete reference page.
Open
C API
- Dominant language
- HTML
- Stars
- 301
- Forks
- 595
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 62
Description
The duckdb.h contains enums and structs (`duckdb_state`, `duckdb_statement_type`, `duckdb_hugeint`, `duckdb_timestamp`, etc.) that are returned by the C API functions. It would be helpful to have them on the [Complete API](https://duckdb.org/docs/api/c/api) page
Contributor guide
Research direction
Start with the Complete API page linked in the issue and inspect duckdb.h for the enums and structs returned by the C API functions. Compare the existing reference entries with the declarations named in the issue, then confirm that the requested types, including duckdb_state, duckdb_statement_type, duckdb_hugeint, and duckdb_timestamp, appear on the completed page.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- api, documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100