Function add_insert_to_logical_plan

Source
pub fn add_insert_to_logical_plan(
    table_name: TableName,
    table_schema: DFSchemaRef,
    input: LogicalPlan,
) -> Result<LogicalPlan>
Expand description

create a insert into table_name <input> logical plan