194 store rebuild thousand rows two scalar types

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

rows 1000 ids 499500 hps 1499500 xs 249750

Expected output

rows 1000 ids 499500 hps 1499500 xs 249750

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: cells, capacity: 1000, source: id: i64, hp: i64, x: f64)
flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: copy, capacity: 1000, source: id: i64, hp: i64, x: f64)
flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: acc, source: t: 0.0[f64])
flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: check, source: rows: 0[i64], ids: 0[i64], hps: 0[i64])
flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: checkx, source: xs: 0.0[f64])
flow ~for click a branch to expand · @labels scroll to their anchor
for (0..1000)
flow ~query click a branch to expand · @labels scroll to their anchor
query (expr: cells)
flow ~query click a branch to expand · @labels scroll to their anchor
query (expr: cells)
flow ~query click a branch to expand · @labels scroll to their anchor
query (expr: copy)
flow ~if click a branch to expand · @labels scroll to their anchor
if (check.rows > 0)

Test Configuration

MUST_RUN