Min and max values for different types of numerical data

Solved!
hugo_as
Level 1
Min and max values for different types of numerical data
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 ?
0 Kudos
1 Solution
AdrienL
Dataiker

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.

View solution in original post

0 Kudos
2 Replies
AdrienL
Dataiker

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.

0 Kudos
hugo_as
Level 1
Author

Thanks Adrien for your response.

0 Kudos