import: Columns are now rewritten in OBI_FLOAT if a value is > INT32_MAX

This commit is contained in:
MercierC
2021-03-29 09:00:52 +13:00
parent 6d445fe3ad
commit 3e93cfff7b
4 changed files with 10 additions and 5 deletions

View File

@ -29,6 +29,8 @@
#define OBIQual_int_NA (NULL) /**< NA value for the type OBI_QUAL if the quality is in integer format */
#define OBITuple_NA (NULL) /**< NA value for tuples of any type */
#define OBI_INT_MAX (INT32_MAX) /**< Maximum value for the type OBI_INT */
/**
* @brief enum for the boolean OBIType.