common_grpc_expr::insert

Function build_create_expr_from_insertion

source
pub fn build_create_expr_from_insertion(
    catalog_name: &str,
    schema_name: &str,
    table_id: Option<TableId>,
    table_name: &str,
    columns: &[Column],
    engine: &str,
) -> Result<CreateTableExpr>
Expand description

Try to build create table request from insert data.