ORNL / DataFed

A Federated Scientific Data Management System

Home Page:https://ornl.github.io/DataFed/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add new AQL functions to query parser

dvstans opened this issue · comments

ArangoDB has added several new functions, such as to_string, to_number, etc. These new functions need to be added to the function filter list in the query parsing code in the DatabaseAPI class.