Function duckdb_cast_function_get_cast_mode

Source
pub unsafe extern "C" fn duckdb_cast_function_get_cast_mode(
    info: duckdb_function_info,
) -> duckdb_cast_mode
Expand description

Get the cast execution mode from the given function info.

@param info The info object. @return The cast mode.