pub fn execute_program_with_hosts(
program: &Program,
operators: &Operators,
hosts: &HostFunctions,
) -> Result<ExecutionOutput, RuntimeError>Expand description
Compile + execute in one call.
For hot paths, prefer:
compile_programonceexecute_compiled_program_with_hostsmany times