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 t1.full_name, t2.attribute_value AS attestql_ordering_key_0 FROM superhero t1 JOIN hero_attribute t2 ON t1.id = t2.hero_id JOIN attribute t3 ON t2.attribute_id = t3.id WHERE t3.attribute_name = 'Strength' ORDER BY t2.attribute_value DESC NULLS LAST",
"unbounded_rows": 623,
"projected_columns": [
"full_name"
],
"ordering_key_columns": [
"attestql_ordering_key_0"
],
"ordering_keys": [
{
"key": "t2.attribute_value",
"direction": "desc",
"nulls": "last",
"nulls_first_in_effect": false,
"returned_rows_null_in_this_key": 0,
"fires": false
}
],
"tied_at_the_cut": {
"positions": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
],
"tied_rows": 63,
"distinct_projected_answers": 36,
"rows": [
[
{
"type": "str",
"value": "-"
}
],
[
{
"type": "str",
"value": "-"
}
],
[
{
"type": "str",
"value": "Abraxas"
}
],
[
{
"type": "str",
"value": "Robert Bruce Banner"
}
],
[
{
"type": "str",
"value": "Diana of Themyscira"
}
],
[
{
"type": "str",
"value": "Heracles"
}
],
[
{
"type": "str",
"value": "-"
}
],
[
{
"type": "str",
"value": "Benjamin Kirby Tennyson"
}
],
[
{
"type": "str",
"value": "-"
}
],
[
{
"type": "str",
"value": "-"
}
]
]
},
"case": "tie-at-the-cut"
}