Function vector_core::transform::update_runtime_schema_definition
source ยท pub fn update_runtime_schema_definition(
event: EventMutRef<'_>,
output_id: &Arc<OutputId>,
log_schema_definitions: &HashMap<OutputId, Arc<Definition>>,
)
Expand description
event
: The event that will be updated
output_id
: The output_id
that the current even is being sent to (will be used as the new parent_id
)
log_schema_definitions
: A mapping of parent OutputId
to definitions, that will be used to lookup the new runtime definition of the event