Query Parser Data
This schema defines type of query parser data
Properties
parsedData(array)- Items: Refer to #/definitions/parsedData.
Definitions
parsedDatatables(array): List of tables used in query.- Items (string)
databaseName(string): Database associated with the table in the query.joins(object): Maps each parsed table name of a query to the join information. Can contain additional properties.- Additional Properties
sql(string): SQL query.dialect(string): SQL dialect.query_type(string): SQL query type.exclude_usage(boolean): Flag to check if query is to be excluded while processing usage.serviceName(string): Name that identifies this database service.userName(string): Name of the user that executed the SQL query.date(string): Date of execution of SQL query.databaseSchema(string): Database schema of the associated with query.duration(number): How long did the query took to run in milliseconds.cost(number): Cost of the query execution.
Documentation file automatically generated at 2025-08-12 05:39:47.683420+00:00.