Function vector::config::get_transform_output_ids

source ·
pub fn get_transform_output_ids<T: TransformConfig + ?Sized>(
    transform: &T,
    key: ComponentKey,
    global_log_namespace: LogNamespace,
) -> impl Iterator<Item = OutputId> + '_
Expand description

Often we want to call outputs just to retrieve the OutputId’s without needing the schema definitions.