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.City, T1.\"Low Grade\", T1.\"School Name\", T2.Latitude AS attestql_ordering_key_0 FROM frpm AS T1 INNER JOIN schools AS T2 ON T1.CDSCode = T2.CDSCode WHERE T2.State = 'CA' ORDER BY T2.Latitude ASC",
"unbounded_rows": 9986,
"projected_columns": [
"City",
"Low Grade",
"School Name"
],
"ordering_key_columns": [
"attestql_ordering_key_0"
],
"ordering_keys": [
{
"key": "T2.Latitude",
"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": "Oroville"
},
{
"type": "str",
"value": "7"
},
{
"type": "str",
"value": "Central Middle - RISE"
}
]
],
"tied_at_the_cut": {
"positions": [
0,
1,
2,
3,
4,
5,
6,
7,
8
],
"tied_rows": 9,
"distinct_projected_answers": 9,
"rows": [
[
{
"type": "str",
"value": "Oroville"
},
{
"type": "str",
"value": "7"
},
{
"type": "str",
"value": "Central Middle - RISE"
}
],
[
{
"type": "str",
"value": "Anaheim"
},
{
"type": "str",
"value": "7"
},
{
"type": "str",
"value": "Community Day/Alternative Education/Special Education"
}
],
[
{
"type": "str",
"value": "Garden Grove"
},
{
"type": "str",
"value": "9"
},
{
"type": "str",
"value": "Lincoln High Continuation"
}
],
[
{
"type": "str",
"value": "Escondido"
},
{
"type": "str",
"value": "9"
},
{
"type": "str",
"value": "Escondido Community Day"
}
],
[
{
"type": "str",
"value": "Encinitas"
},
{
"type": "str",
"value": "7"
},
{
"type": "str",
"value": "North Coast Alternative High"
}
],
[
{
"type": "str",
"value": "San Jose"
},
{
"type": "str",
"value": "K"
},
{
"type": "str",
"value": "Success Academy"
}
],
[
{
"type": "str",
"value": "Redding"
},
{
"type": "str",
"value": "7"
},
{
"type": "str",
"value": "Shasta Independent Learning Center"
}
],
[
{
"type": "str",
"value": "Denair"
},
{
"type": "str",
"value": "K"
},
{
"type": "str",
"value": "Denair Academic Avenues"
}
],
[
{
"type": "str",
"value": "Waterford"
},
{
"type": "str",
"value": "K"
},
{
"type": "str",
"value": "Roberts Ferry Community Day"
}
]
]
},
"case": "tie-at-the-cut, null-first"
}