Modulesยง
- col_
id_ ๐gen
Structsยง
- Column
IdGenerator - Column ID generator for a new table or a new version of an existing table to alter.
- Create
Table Info - Arguments of the functions that generate a table plan, part 1.
- Create
Table Props - Arguments of the functions that generate a table plan, part 2.
Enumsยง
- Either
OnConflict - On-conflict behavior either from user input or existing table catalog.
Functionsยง
- bind_
cdc_ ๐table_ schema - Derive schema for cdc table when create a new Table or alter an existing Table
- bind_
cdc_ ๐table_ schema_ externally - Derive schema for cdc table when create a new Table or alter an existing Table
- bind_
pk_ and_ row_ id_ on_ relation - Binds primary keys defined in SQL.
- bind_
sql_ column_ constraints - Binds constraints that can be only specified in column definitions, currently generated columns and default columns.
- bind_
sql_ columns - Binds the column schemas declared in CREATE statement into
ColumnDesc
. If a column is marked asprimary key
, itsColumnId
is also returned. This primary key is not combined with table constraints yet. - bind_
sql_ pk_ names - bind_
table_ constraints - Currently we only support Primary key table constraint, so just return pk names if it exists
- bind_
webhook_ ๐info - check_
create_ table_ with_ source - check_
generated_ ๐column_ constraints - create_
iceberg_ engine_ table - derive_
with_ ๐options_ for_ cdc_ table - ensure_
column_ ๐options_ supported - gen_
create_ ๐table_ plan gen_create_table_plan
generates the plan for creating a table without an external stream source.- gen_
create_ ๐table_ plan_ for_ cdc_ table - Generate stream plan for cdc table based on shared source.
In replace workflow, the
table_id
is the id of the table to be replaced in create table workflow, thetable_id
is a placeholder will be filled in the Meta - gen_
create_ ๐table_ plan_ with_ source gen_create_table_plan_with_source
generates the plan for creating a table with an external stream source.- gen_
create_ ๐table_ plan_ without_ source - gen_
table_ ๐plan_ inner - gen_
table_ ๐plan_ with_ source - generate_
stream_ graph_ for_ replace_ table - generated_
columns_ ๐check_ for_ cdc_ table - get_
source_ ๐and_ resolved_ table_ name - handle_
create_ table - handle_
create_ ๐table_ plan - multiple_
pk_ ๐definition_ err - not_
null_ ๐check_ for_ cdc_ table - sanity_
check_ ๐for_ table_ on_ cdc_ source