- Documentation
- Specification
- Introduction
- Data Types
- Queries
- Tables
- DuckDB Extension
- Introduction
- Usage
- Maintenance
- Advanced Features
- 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_snapshot |
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_snapshot
refers to a schema version in theducklake_snapshot
table.