MCPcopy Create free account
hub / github.com/apache/paimon-rust / paimon_table_free

Function paimon_table_free

bindings/c/src/table.rs:65–67  ·  view source on GitHub ↗
(table: *mut paimon_table)

Source from the content-addressed store, hash-verified

63/// Only call with a table returned from `paimon_catalog_get_table`.
64#[no_mangle]
65pub unsafe extern "C" fn paimon_table_free(table: *mut paimon_table) {
66 free_table_wrapper(table, |t| t.inner);
67}
68
69/// Create a new ReadBuilder from a Table.
70///

Callers

nothing calls this directly

Calls 1

free_table_wrapperFunction · 0.85

Tested by

no test coverage detected