NAME
DBIO::DuckDB::Diff::Index - Diff operations for DuckDB indexes
VERSION
version 0.900000
DESCRIPTION
Index-level diff operations for DuckDB. DuckDB has no ALTER INDEX, so changed definitions become a drop-then-create pair. Indexes backing PRIMARY KEY / UNIQUE constraints are filtered out upstream by the introspect layer -- they belong to the table, not to explicit CREATE INDEX.
METHODS
diff
as_sql
summary
AUTHOR
DBIO Authors
COPYRIGHT AND LICENSE
Copyright (C) 2026 DBIO Authors
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.