Search Shortcut cmd + k | ctrl + k
- Documentation
- Specification
- Introduction
- Data Types
- Queries
- Tables
- DuckDB Extension
- Introduction
- Usage
- Connecting
- Choosing a Catalog Database
- Choosing Storage
- Snapshots
- Schema Evolution
- Time Travel
- Configuration
- Paths
- Maintenance
- Advanced Features
- Constraints
- Conflict Resolution
- Data Change Feed
- Data Inlining
- Encryption
- Partitioning
- Transactions
- Row Lineage
- Views
- Comments
- Metadata
- FAQ
Documentation
/ Specification
/ Tables
ducklake_inlined_data_tables
This table links DuckLake snapshots with inlined data tables.
Column name | Column type | |
---|---|---|
table_id |
BIGINT |
|
table_name |
VARCHAR |
|
schema_version |
BIGINT |
table_id
refers to atable_id
from theducklake_table
table.table_name
is a string that names the data table for inlined data.schema_version
refers to a schema version in theducklake_snapshot
table.