Added tuple columns containing immutable indexed data arrays of any type
This commit is contained in:
@ -924,7 +924,7 @@ obiversion_t obi_import_column(const char* dms_path_1, const char* dms_path_2, c
|
||||
|
||||
// Create new column
|
||||
column_2 = obi_create_column(dms_2, column_name, header_1->returned_data_type, header_1->line_count,
|
||||
header_1->nb_elements_per_line, header_1->elements_names, true,
|
||||
header_1->nb_elements_per_line, header_1->elements_names, true, header_1->tuples,
|
||||
new_avl_name, (header_1->associated_column).column_name, (header_1->associated_column).version,
|
||||
header_1->comments);
|
||||
|
||||
@ -1142,6 +1142,7 @@ int obi_import_view(const char* dms_path_1, const char* dms_path_2, const char*
|
||||
0,
|
||||
0,
|
||||
NULL,
|
||||
false,
|
||||
NULL,
|
||||
NULL,
|
||||
-1,
|
||||
|
Reference in New Issue
Block a user