Function column_names

Source
fn column_names<'a>(
    stmt: &'a Insert,
    table_schema: &'a SchemaRef,
) -> Vec<&'a String>