[DiscordArchive] what is offset field in it for?
[DiscordArchive] what is offset field in it for?
Archived author: Deleted User • Posted: 2018-11-04T12:56:05.071000+00:00
Original source
the offset in the field description is the offset in bits for this column
Archived author: Deleted User • Posted: 2018-11-04T12:56:19.411000+00:00
Original source
so for every record that column starts at recordStart + fields[column].offset
Archived author: Deleted User • Posted: 2018-11-04T12:56:22.847000+00:00
Original source
in bits
Archived author: Skarn • Posted: 2018-11-04T12:56:58.275000+00:00
Original source
hmm I think I get it now
Archived author: Skarn • Posted: 2018-11-04T12:57:12.996000+00:00
Original source
how do I know if the field is an array though?
Archived author: Deleted User • Posted: 2018-11-04T12:57:38.780000+00:00
Original source
its in the column meta data
Archived author: Deleted User • Posted: 2018-11-04T12:57:58.802000+00:00
Original source
field_compression storage_type;
Archived author: Deleted User • Posted: 2018-11-04T12:58:14.880000+00:00
Original source
field_compression_bitpacked_indexed_array,