this statement cuts its result at a LIMIT that does not decide which rows come back, so a different but equally correct statement can return other rows and score zero
what it measured
{
"heuristic": true,
"cut": 1,
"offset": 0,
"distinct_kept": false,
"unbounded_sql": "SELECT t2.street, t2.city, t2.state, t2.zip, t1.numge1500::real / (NULLIF(t1.numtsttakr, 0)) AS attestql_ordering_key_0 FROM satscores t1 JOIN schools t2 ON t1.cds = t2.cdscode ORDER BY t1.numge1500::real / (NULLIF(t1.numtsttakr, 0)) ASC NULLS FIRST",
"unbounded_rows": 2269,
"projected_columns": [
"street",
"city",
"state",
"zip"
],
"ordering_key_columns": [
"attestql_ordering_key_0"
],
"ordering_keys": [
{
"key": "t1.numge1500::real / (NULLIF(t1.numtsttakr, 0))",
"direction": "asc",
"nulls": "first",
"nulls_first_in_effect": true,
"returned_rows_null_in_this_key": 1,
"fires": true
}
],
"returned_rows_with_a_null_key": [
[
{
"type": "str",
"value": "2800 Nicolaus Road, Suite 100"
},
{
"type": "str",
"value": "Lincoln"
},
{
"type": "str",
"value": "CA"
},
{
"type": "str",
"value": "95648-1757"
}
]
],
"tied_at_the_cut": {
"positions": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
],
"tied_rows": 596,
"distinct_projected_answers": 561,
"rows": [
[
{
"type": "str",
"value": "2800 Nicolaus Road, Suite 100"
},
{
"type": "str",
"value": "Lincoln"
},
{
"type": "str",
"value": "CA"
},
{
"type": "str",
"value": "95648-1757"
}
],
[
{
"type": "str",
"value": "6402 Linda Vista Road"
},
{
"type": "str",
"value": "San Diego"
},
{
"type": "str",
"value": "CA"
},
{
"type": "str",
"value": "92111-7320"
}
],
[
{
"type": "str",
"value": "2601 Rosamond Boulevard"
},
{
"type": "str",
"value": "Rosamond"
},
{
"type": "str",
"value": "CA"
},
{
"type": "str",
"value": "93560-7688"
}
],
[
{
"type": "str",
"value": "4431 Mount Herbert Avenue"
},
{
"type": "str",
"value": "San Diego"
},
{
"type": "str",
"value": "CA"
},
{
"type": "str",
"value": "92117-4728"
}
],
[
{
"type": "str",
"value": "10170 Huennekens Street"
},
{
"type": "str",
"value": "San Diego"
},
{
"type": "str",
"value": "CA"
},
{
"type": "str",
"value": "92121-2964"
}
],
[
{
"type": "str",
"value": "4100 Normal Street, Annex 14"
},
{
"type": "str",
"value": "San Diego"
},
{
"type": "str",
"value": "CA"
},
{
"type": "str",
"value": "92103"
}
],
[
{
"type": "str",
"value": "3939 Conde Street"
},
{
"type": "str",
"value": "San Diego"
},
{
"type": "str",
"value": "CA"
},
{
"type": "str",
"value": "92110-3012"
}
],
[
{
"type": "str",
"value": "3773 El Cajon Boulevard"
},
{
"type": "str",
"value": "San Diego"
},
{
"type": "str",
"value": "CA"
},
{
"type": "str",
"value": "92105"
}
],
[
{
"type": "str",
"value": "1144 West Lacey Boulevard"
},
{
"type": "str",
"value": "Hanford"
},
{
"type": "str",
"value": "CA"
},
{
"type": "str",
"value": "93230-5956"
}
],
[
{
"type": "str",
"value": "418 West 8th Street"
},
{
"type": "str",
"value": "Hanford"
},
{
"type": "str",
"value": "CA"
},
{
"type": "str",
"value": "93230-4536"
}
]
]
},
"case": "tie-at-the-cut, null-first"
}