CompileResultSQL: {
    result?: CompileResultSQLResult;
}

The partially evaluated result of the query, in SQL format. Result will be empty if the query is never true.

Type declaration