Skip to content

Commit af3871f

Browse files
committed
C API exported symbols update
1 parent 99273ac commit af3871f

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

duckdb_java.def

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ duckdb_destroy_aggregate_function
334334
duckdb_destroy_aggregate_function_set
335335
duckdb_destroy_arrow
336336
duckdb_destroy_arrow_converted_schema
337+
duckdb_destroy_arrow_options
337338
duckdb_destroy_arrow_stream
338339
duckdb_destroy_cast_function
339340
duckdb_destroy_catalog
@@ -601,6 +602,7 @@ duckdb_uhugeint_to_double
601602
duckdb_union_type_member_count
602603
duckdb_union_type_member_name
603604
duckdb_union_type_member_type
605+
duckdb_valid_utf8_check
604606
duckdb_validity_row_is_valid
605607
duckdb_validity_set_row_invalid
606608
duckdb_validity_set_row_valid
@@ -637,3 +639,4 @@ duckdb_vector_get_column_type
637639
duckdb_vector_get_data
638640
duckdb_vector_get_validity
639641
duckdb_vector_size
642+
duckdb_unsafe_vector_assign_string_element_len

duckdb_java.exp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ _duckdb_destroy_aggregate_function
331331
_duckdb_destroy_aggregate_function_set
332332
_duckdb_destroy_arrow
333333
_duckdb_destroy_arrow_converted_schema
334+
_duckdb_destroy_arrow_options
334335
_duckdb_destroy_arrow_stream
335336
_duckdb_destroy_cast_function
336337
_duckdb_destroy_catalog
@@ -598,6 +599,7 @@ _duckdb_uhugeint_to_double
598599
_duckdb_union_type_member_count
599600
_duckdb_union_type_member_name
600601
_duckdb_union_type_member_type
602+
_duckdb_valid_utf8_check
601603
_duckdb_validity_row_is_valid
602604
_duckdb_validity_set_row_invalid
603605
_duckdb_validity_set_row_valid
@@ -634,3 +636,4 @@ _duckdb_vector_get_column_type
634636
_duckdb_vector_get_data
635637
_duckdb_vector_get_validity
636638
_duckdb_vector_size
639+
_duckdb_unsafe_vector_assign_string_element_len

duckdb_java.map

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ DUCKDB_JAVA {
333333
duckdb_destroy_aggregate_function_set;
334334
duckdb_destroy_arrow;
335335
duckdb_destroy_arrow_converted_schema;
336+
duckdb_destroy_arrow_options;
336337
duckdb_destroy_arrow_stream;
337338
duckdb_destroy_cast_function;
338339
duckdb_destroy_catalog;
@@ -600,6 +601,7 @@ DUCKDB_JAVA {
600601
duckdb_union_type_member_count;
601602
duckdb_union_type_member_name;
602603
duckdb_union_type_member_type;
604+
duckdb_valid_utf8_check;
603605
duckdb_validity_row_is_valid;
604606
duckdb_validity_set_row_invalid;
605607
duckdb_validity_set_row_valid;
@@ -636,6 +638,7 @@ DUCKDB_JAVA {
636638
duckdb_vector_get_data;
637639
duckdb_vector_get_validity;
638640
duckdb_vector_size;
641+
duckdb_unsafe_vector_assign_string_element_len;
639642

640643
local: *;
641644
};

0 commit comments

Comments
 (0)