Function execute_query
Source pub fn execute_query(
query: &Query,
identifier_functions: &HashMap<String, RecurFunction>,
) -> Option<u32>
Expand description
Parses given query on given possible functions.
§Arguments
query - function to execute.
identifier_functions - parsed identifiers and their function, uses for checking existing functions.
§Returns
Some(u32) if result is defined otherwise None.