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.
pub unsafe extern "C" fn duckdb_destroy_expression(
expr: *mut duckdb_expression,
)
Destroys the expression and de-allocates its memory.
@param expr A pointer to the expression.