Bulk loading with NULL values in a column
Hi, Is it possible to perform a binary load of column data that contains NULLs - the documentation seems to indicate that the data is just a binary file of a C array of the appropriate type, but that would imply you can't have NULL values in any of the columns, is that correct? Regards, Scott ________________________________
Hi The binary version can include the NULLs, which are nothing more then specific values taken from the underlying value domain. regards, Martin On 13/02/15 17:03, Scott Mathieson wrote:
Hi,
Is it possible to perform a binary load of column data that contains NULLs – the documentation seems to indicate that the data is just a binary file of a C array of the appropriate type, but that would imply you can’t have NULL values in any of the columns, is that correct?
Regards,
Scott
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
participants (2)
-
Martin Kersten
-
Scott Mathieson