Function create_op_map

Source
pub fn create_op_map(
    name: String,
    query_defs: Vec<Option<String>>,
    path: String,
    output_tables: Vec<String>,
) -> Item
Expand description

Returns a Map type node, which maps a Path (key) to a given String (value)