SUPPRESSWARNINGS
The parser breaks down a SOQL query into an AST, to be fed into the parser (MockDatabase)
Since
4/6/2024
Group Soql Engine
Author Zackary Frazier
: Parses a trimmed SOQL query into an AST
public Node parse(String query)
Name | Type | Description |
---|---|---|
query | String | : String, the query to parse |
: Node, the head of the AST