datatable.Type.int64

Integer type which corresponds to int64_t in C. This type uses 8 bytes per data element, and can store values in the range -(2**63-1) .. (2**63-1).