Skip to main content

into_ffi

Function into_ffi 

Source
pub fn into_ffi(func: DaftScalarFunctionRef) -> FFI_ScalarFunction
Expand description

Convert a DaftScalarFunctionRef into a FFI_ScalarFunction vtable.

The Arc is moved into the vtable’s opaque context and released when the host calls fini.