Skip to content

Commit f9239f6

Browse files
committed
Add DuckDB as PLUGIN
1 parent fbf8e77 commit f9239f6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

configuration/steps/generators/cmake/options.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ class PLUGIN(StrEnum):
7373
ARCHIVE_STORAGE_ENGINE = "ARCHIVE"
7474
COLUMNSTORE_STORAGE_ENGINE = "COLUMNSTORE"
7575
CONNECT_STORAGE_ENGINE = "CONNECT"
76+
DUCKDB_STORAGE_ENGINE = "DUCKDB"
7677
FEDERATED_STORAGE_ENGINE = "FEDERATED"
7778
FEDERATEDX_STORAGE_ENGINE = "FEDERATEDX"
7879
FEEDBACK = "FEEDBACK"

0 commit comments

Comments
 (0)