Expand description
Format to store in parquet.
We store two additional internal columns at last:
__sequence
, the sequence number of a row. Type: uint64__op_type
, the op type of the row. Type: uint8
We store other columns in the same order as RegionMetadata::field_columns().
Constantsยง
- PLAIN_
FIXED_ ๐POS_ COLUMN_ NUM - Number of columns that have fixed positions.