Skip to main content
Version: Next

EstimateQueryCostSchema

catalogstringnullable

The database catalog

database_idintegerrequired

The database id

schemastringnullable

The database schema

sqlstringrequired

The SQL query to estimate

template_paramsobject

The SQL query template params

EstimateQueryCostSchema
{
"catalog": "string",
"database_id": 0,
"schema": "string",
"sql": "string",
"template_params": {}
}