nanosai / rion-ops-java

RION Ops for Java is a toolkit for reading and writing RION encoded data. RION is a compact, fast binary data format.
43 stars 7 forks source link

Remove Array field type #9

Open jjenkov opened 4 years ago

jjenkov commented 4 years ago

After closer analysis revealed that you can model pretty much the same data structure as an Array using a Table.

A Table with no leading Key fields would essentially be equal to an Array in structure. So, it is probably better to not have an explicit Array field. This field type code can then be used for something else, when we find a cool core field to add, later.