fsttable
fsttable copied to clipboard
Row selection unit tests
Suite of tests consisting of iterated simple row selections and permutations to make sure that the proxy_table updates correctly.
Along these lines:
dt <- data.table(x = 1:10)
ft <-fsttable::fst_table(fst::write_fst(dt, tempfile))
ft[2:6][3:2][1] # expect 4
("Subissue of #4)
Can you provide a reproduction case?