duckdb_scalar_function_t typedef

! The function to execute the scalar function on an input chunk.

Implementation

typedef duckdb_scalar_function_t
    = ffi.Pointer<ffi.NativeFunction<duckdb_scalar_function_tFunction>>;