risingwave_meta::controller::scale

Function resolve_streaming_job_definition

source
pub(crate) async fn resolve_streaming_job_definition<C>(
    txn: &C,
    job_ids: &HashSet<ObjectId>,
) -> MetaResult<HashMap<ObjectId, String>>
where C: ConnectionTrait,