Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions duckdb_java.def
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ duckdb_destroy_aggregate_function
duckdb_destroy_aggregate_function_set
duckdb_destroy_arrow
duckdb_destroy_arrow_converted_schema
duckdb_destroy_arrow_options
duckdb_destroy_arrow_stream
duckdb_destroy_cast_function
duckdb_destroy_catalog
Expand Down Expand Up @@ -601,6 +602,7 @@ duckdb_uhugeint_to_double
duckdb_union_type_member_count
duckdb_union_type_member_name
duckdb_union_type_member_type
duckdb_valid_utf8_check
duckdb_validity_row_is_valid
duckdb_validity_set_row_invalid
duckdb_validity_set_row_valid
Expand Down Expand Up @@ -637,3 +639,4 @@ duckdb_vector_get_column_type
duckdb_vector_get_data
duckdb_vector_get_validity
duckdb_vector_size
duckdb_unsafe_vector_assign_string_element_len
3 changes: 3 additions & 0 deletions duckdb_java.exp
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ _duckdb_destroy_aggregate_function
_duckdb_destroy_aggregate_function_set
_duckdb_destroy_arrow
_duckdb_destroy_arrow_converted_schema
_duckdb_destroy_arrow_options
_duckdb_destroy_arrow_stream
_duckdb_destroy_cast_function
_duckdb_destroy_catalog
Expand Down Expand Up @@ -598,6 +599,7 @@ _duckdb_uhugeint_to_double
_duckdb_union_type_member_count
_duckdb_union_type_member_name
_duckdb_union_type_member_type
_duckdb_valid_utf8_check
_duckdb_validity_row_is_valid
_duckdb_validity_set_row_invalid
_duckdb_validity_set_row_valid
Expand Down Expand Up @@ -634,3 +636,4 @@ _duckdb_vector_get_column_type
_duckdb_vector_get_data
_duckdb_vector_get_validity
_duckdb_vector_size
_duckdb_unsafe_vector_assign_string_element_len
3 changes: 3 additions & 0 deletions duckdb_java.map
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ DUCKDB_JAVA {
duckdb_destroy_aggregate_function_set;
duckdb_destroy_arrow;
duckdb_destroy_arrow_converted_schema;
duckdb_destroy_arrow_options;
duckdb_destroy_arrow_stream;
duckdb_destroy_cast_function;
duckdb_destroy_catalog;
Expand Down Expand Up @@ -600,6 +601,7 @@ DUCKDB_JAVA {
duckdb_union_type_member_count;
duckdb_union_type_member_name;
duckdb_union_type_member_type;
duckdb_valid_utf8_check;
duckdb_validity_row_is_valid;
duckdb_validity_set_row_invalid;
duckdb_validity_set_row_valid;
Expand Down Expand Up @@ -636,6 +638,7 @@ DUCKDB_JAVA {
duckdb_vector_get_data;
duckdb_vector_get_validity;
duckdb_vector_size;
duckdb_unsafe_vector_assign_string_element_len;

local: *;
};