ORNL / DataFed

A Federated Scientific Data Management System
https://ornl.github.io/DataFed/
Other
18 stars 14 forks source link

Add new AQL functions to query parser #855

Open dvstans opened 1 year ago

dvstans commented 1 year ago

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.