MCPcopy
hub / github.com/pathwaycom/pathway / AutoExecutor

Class AutoExecutor

python/pathway/internals/udfs/executors.py:39–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38@dataclass
39class AutoExecutor(Executor):
40 def _wrap(self, fun: Callable) -> Callable:
41 raise ValueError("You can't wrap a function using AutoExecutor.")
42
43 @property
44 def _apply_expression_type(self) -> type[expr.ApplyExpression]:
45 raise ValueError("AutoExecutor has no apply expression type.")
46
47
48def auto_executor() -> Executor:

Callers 3

__init__Method · 0.90
udfFunction · 0.90
auto_executorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected