pub(crate) async fn get_all_flow_ids(
flow_metadata_manager: &FlowMetadataManagerRef,
catalog_manager: &CatalogManagerRef,
nodeid: Option<u64>,
) -> Result<Vec<u32>, Error>
Expand description
get all flow ids in this flownode
pub(crate) async fn get_all_flow_ids(
flow_metadata_manager: &FlowMetadataManagerRef,
catalog_manager: &CatalogManagerRef,
nodeid: Option<u64>,
) -> Result<Vec<u32>, Error>
get all flow ids in this flownode