Skip to main content

extract_operator_templates

Function extract_operator_templates 

Source
pub fn extract_operator_templates(
    operator_name: &str,
) -> HashMap<String, String>
Expand description

Extract SQL templates for a specific operator from all database handlers.

Returns a map of database name to SQL template. If a database handler doesn’t support the operator, it’s omitted from the map.