duckdb_destroy_expression

Function duckdb_destroy_expression 

Source
pub unsafe extern "C" fn duckdb_destroy_expression(
    expr: *mut duckdb_expression,
)
Expand description

Destroys the expression and de-allocates its memory.

@param expr A pointer to the expression.