Function create_executor

Source
pub async fn create_executor(
    params: ExecutorParams,
    node: &StreamNode,
    store: impl StateStore,
) -> StreamResult<Executor>
Expand description

Create an executor from protobuf [StreamNode].