pub async fn get_process_thread_list(
process_id: &str,
ctx: &SessionContext,
) -> Result<Vec<(String, i32, String)>, Error>Expand description
Get thread information from the streams table for a given process. Returns (stream_id, thread_id_numeric, display_name) where display_name is “name-id” or just “id”.