Min and max values for different types of numerical data

Hugo
Hugo Dataiku DSS Core Designer, Dataiku DSS Adv Designer, Registered Posts: 2 ✭✭✭
Hello,
I found in a discussion that a number stored in the tinyint format was between -128 and 127.
I cannot find in the literature the min and max limits of the other digital data managed in Dataiku:
• smallint
• int
• bigint
• float
• double
Would anyone have those informations please ?

Best Answer

  • AdrienL
    AdrienL Dataiker, Alpha Tester Posts: 196 Dataiker
    Answer ✓

    DSS itself is written in Java, so those would be the Java types

    Note that it also depends on the underlying storage layer (database, file format…). DSS does its best to automatically map these values to corresponding types for the storage that is used, but not all storage technologies have the same support for all types.

Answers

Setup Info
    Tags
      Help me…