apjanke / octave-tablicious

Table (relational, tabular data) implementation for GNU Octave
https://apjanke.github.io/octave-tablicious/
GNU General Public License v3.0
29 stars 11 forks source link

Row counts for zero-var tables #119

Open apjanke opened 8 months ago

apjanke commented 8 months ago

A zero-variable table array can still have a nonzero number of rows. This isn't currently supported; zero-var tables are degenerate and always zero rows. See if we can add row-count support for zero-var tables.