risingwave_
frontend
2.4.0-alpha
In risingwave_
frontend::
handler::
create_
table
Modules
col_id_gen
Structs
ColumnIdGenerator
CreateTableInfo
CreateTableProps
Enums
EitherOnConflict
Functions
bind_cdc_table_schema
bind_cdc_table_schema_externally
bind_pk_and_row_id_on_relation
bind_sql_column_constraints
bind_sql_columns
bind_sql_pk_names
bind_table_constraints
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_for_cdc_table
gen_create_table_plan_with_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
risingwave_frontend
::
handler
::
create_table
Function
generated_columns_check_for_cdc_table
Copy item path
Settings
Help
Summary
Source
fn generated_columns_check_for_cdc_table( columns: &
Vec
<
ColumnDef
>, ) ->
Result
<
()
,
RwError
>