risingwave_stream::from_proto

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.