pub fn clone_input_definitions( input_definitions: &[(OutputId, Definition)], ) -> HashMap<OutputId, Definition>
Simple utility function that can be used by transforms that make no changes to the schema definitions of events. Takes a list of definitions with OutputId returns them as a HashMap.
OutputId
HashMap