Skip to main content

sqlglot_version

Function sqlglot_version 

Source
#[unsafe(no_mangle)]
pub extern "C" fn sqlglot_version() -> *const c_char
Expand description

Return the library version as a static null-terminated string.

The returned pointer must not be freed — it points to static memory.