Skip to main content

compile_call

Function compile_call 

Source
pub fn compile_call(
    indicator_id: &str,
    output_id: Option<&str>,
    params: &[ParamKV<'_>],
    prefer_cuda: bool,
) -> Result<CompiledIndicatorCall, IndicatorDispatchError>