Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


IDIEP-108
Author
Sponsor
Created

  

Status
Status
colourGrey
titleDRAFT


Table of Contents

Motivation

...

These operation doesn't requires preliminary validation of the existed data validation beforehand. 
Current BinaryTuple implementation stores integer numbers in compact format and does implicit conversion between these types transparently. So, no actual conversion for INT8->INT16->INT32->INT64, and for FLOAT->DOUBLE is required. 
Changing max length, precision and nullability doesn't require any data conversion.

...