Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Integer Column Types

Fields

  • [U]Int{8,16,32,64}
  • Split[U]Int{16,32,64}

with the corresponding column types.

Entries

  1. Ascending values
  2. Values in each byte (to validate split encoding)
  3. Negative values for signed integer types (to validate zigzag encoding)
  4. Minimum (lowest) values
  5. Maximum values

The values can be found in the reference file types.fundamental.integer.json.