Stores per-column descriptions in the DuckLake catalog with
COMMENT ON COLUMN, one name = "comment" pair per column. For data
with haven/labelled variable labels, create_table() can store the
labels automatically; this function adds or revises them afterward –
for example to label a derived variable.
Details
All comments from one call are written in a single transaction, so they
land as one snapshot. Inside with_transaction() they join the open
transaction instead.
See also
set_table_comment(), get_table_comments()
Other table documentation:
get_table_comments(),
set_table_comment()
