Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetQuerySpan ¶
func ParseCosmosDBQuery ¶
func ParseCosmosDBQuery(statement string) ([]*base.ParseResult, error)
ParseCosmosDBQuery parses the given CosmosDB SQL statement by using antlr4. Returns a list of AST and token stream if no error. Note: CosmosDB only supports single SELECT statements, so this will typically return a list with one element.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.