This commit is contained in:
Ihor Andrianov
2025-03-28 15:09:18 +02:00
parent db5e364210
commit 40bb867d54
3 changed files with 0 additions and 5 deletions

View File

@@ -308,7 +308,6 @@ pub fn translate_aggregation_step(
});
target_register
}
_ => unreachable!(),
};
Ok(dest)
}

View File

@@ -665,7 +665,6 @@ pub fn translate_aggregation_step_groupby(
AggFunc::External(_) => {
todo!("External aggregate functions are not yet supported in GROUP BY");
}
_ => unreachable!(),
};
Ok(dest)
}

View File

@@ -1911,7 +1911,6 @@ impl Program {
})),
_ => unreachable!("scalar function called in aggregate context"),
},
_ => unreachable!(),
};
}
match func {
@@ -2163,7 +2162,6 @@ impl Program {
}
}
}
_ => unreachable!(),
};
state.pc += 1;
}
@@ -2282,7 +2280,6 @@ impl Program {
}
}
}
_ => unreachable!(),
},
Register::OwnedValue(OwnedValue::Null) => {
// when the set is empty