Interface CompiledSqlExperimental

interface CompiledSql {
    bboxApproximated: boolean;
    sql: string;
}

Properties

bboxApproximated: boolean

True when a non-envelope spatial filter was reduced to its bbox.

sql: string