Skip to content

temporian.load #

load(path: str) -> Callable[..., Dict[str, EventSetNode]]

Loads a compiled Temporian function from a file.

The loaded function receives the same positional and keyword arguments and applies the same operator graph to its inputs as when it was saved.

Parameters:

Name Type Description Default
path str

The path to load the function from.

required

Returns:

Type Description
Callable[..., Dict[str, EventSetNode]]

The loaded function.