@@ -7108,24 +7108,6 @@ SWIGEXPORT jint JNICALL Java_io_tiledb_libtiledb_tiledbJNI_tiledb_1query_1set_1s
71087108 return jresult;
71097109}
71107110
7111- SWIGEXPORT jint JNICALL Java_io_tiledb_libtiledb_tiledbJNI_tiledb_1query_1set_1subarray_1nio (JNIEnv *jenv, jclass jcls, jlong jarg1, jlong jarg2, jobject jarg3) {
7112- void * buffer = (void *)jenv->GetDirectBufferAddress (jarg3);
7113-
7114- jint jresult = 0 ;
7115- tiledb_ctx_t *arg1 = (tiledb_ctx_t *) 0 ;
7116- tiledb_query_t *arg2 = (tiledb_query_t *) 0 ;
7117- void *arg3 = (void *) 0 ;
7118- int32_t result;
7119-
7120- (void )jenv;
7121- (void )jcls;
7122- arg1 = *(tiledb_ctx_t **)&jarg1;
7123- arg2 = *(tiledb_query_t **)&jarg2;
7124- arg3 = *(void **)&jarg3;
7125- result = (int32_t )tiledb_query_set_subarray (arg1,arg2,buffer);
7126- jresult = (jint)result;
7127- return jresult;
7128- }
71297111
71307112SWIGEXPORT jint JNICALL Java_io_tiledb_libtiledb_tiledbJNI_tiledb_1query_1set_1buffer (JNIEnv *jenv, jclass jcls, jlong jarg1, jlong jarg2, jstring jarg3, jlong jarg4, jlong jarg5) {
71317113 jint jresult = 0 ;
@@ -7184,33 +7166,6 @@ SWIGEXPORT jint JNICALL Java_io_tiledb_libtiledb_tiledbJNI_tiledb_1query_1set_1b
71847166 return jresult;
71857167}
71867168
7187- SWIGEXPORT jint JNICALL Java_io_tiledb_libtiledb_tiledbJNI_tiledb_1query_1set_1buffer_1nio (JNIEnv *jenv, jclass jcls, jlong jarg1, jlong jarg2, jstring jarg3, jobject jarg4, jlong jarg5) {
7188- void * buffer = (void *)jenv->GetDirectBufferAddress (jarg4);
7189-
7190- jint jresult = 0 ;
7191- tiledb_ctx_t *arg1 = (tiledb_ctx_t *) 0 ;
7192- tiledb_query_t *arg2 = (tiledb_query_t *) 0 ;
7193- char *arg3 = (char *) 0 ;
7194- void *arg4 = (void *) 0 ;
7195- uint64_t *arg5 = (uint64_t *) 0 ;
7196- int32_t result;
7197-
7198- (void )jenv;
7199- (void )jcls;
7200- arg1 = *(tiledb_ctx_t **)&jarg1;
7201- arg2 = *(tiledb_query_t **)&jarg2;
7202- arg3 = 0 ;
7203- if (jarg3) {
7204- arg3 = (char *)jenv->GetStringUTFChars (jarg3, 0 );
7205- if (!arg3) return 0 ;
7206- }
7207- arg4 = *(void **)&jarg4;
7208- arg5 = *(uint64_t **)&jarg5;
7209- result = (int32_t )tiledb_query_set_buffer (arg1,arg2,(char const *)arg3, buffer,arg5);
7210- jresult = (jint)result;
7211- if (arg3) jenv->ReleaseStringUTFChars (jarg3, (const char *)arg3);
7212- return jresult;
7213- }
72147169
72157170SWIGEXPORT jint JNICALL Java_io_tiledb_libtiledb_tiledbJNI_tiledb_1query_1set_1buffer_1nullable (JNIEnv *jenv, jclass jcls, jlong jarg1, jlong jarg2, jstring jarg3, jlong jarg4, jlong jarg5, jlong jarg6, jlong jarg7) {
72167171 jint jresult = 0 ;
@@ -7304,38 +7259,6 @@ SWIGEXPORT jint JNICALL Java_io_tiledb_libtiledb_tiledbJNI_tiledb_1query_1get_1b
73047259 return jresult;
73057260}
73067261
7307- SWIGEXPORT jint JNICALL Java_io_tiledb_libtiledb_tiledbJNI_tiledb_1query_1set_1buffer_1var_1nio (JNIEnv *jenv, jclass jcls, jlong jarg1, jlong jarg2, jstring jarg3, jobject jarg4, jlong jarg5, jobject jarg6, jlong jarg7) {
7308- void * offsets = (void *)jenv->GetDirectBufferAddress (jarg4);
7309- void * buffer = (void *)jenv->GetDirectBufferAddress (jarg6);
7310-
7311- jint jresult = 0 ;
7312- tiledb_ctx_t *arg1 = (tiledb_ctx_t *) 0 ;
7313- tiledb_query_t *arg2 = (tiledb_query_t *) 0 ;
7314- char *arg3 = (char *) 0 ;
7315- uint64_t *arg4 = (uint64_t *) 0 ;
7316- uint64_t *arg5 = (uint64_t *) 0 ;
7317- void *arg6 = (void *) 0 ;
7318- uint64_t *arg7 = (uint64_t *) 0 ;
7319- int32_t result;
7320-
7321- (void )jenv;
7322- (void )jcls;
7323- arg1 = *(tiledb_ctx_t **)&jarg1;
7324- arg2 = *(tiledb_query_t **)&jarg2;
7325- arg3 = 0 ;
7326- if (jarg3) {
7327- arg3 = (char *)jenv->GetStringUTFChars (jarg3, 0 );
7328- if (!arg3) return 0 ;
7329- }
7330- arg4 = *(uint64_t **)&jarg4;
7331- arg5 = *(uint64_t **)&jarg5;
7332- arg6 = *(void **)&jarg6;
7333- arg7 = *(uint64_t **)&jarg7;
7334- result = (int32_t )tiledb_query_set_buffer_var (arg1,arg2,(char const *)arg3,(uint64_t *)offsets,arg5,buffer,arg7);
7335- jresult = (jint)result;
7336- if (arg3) jenv->ReleaseStringUTFChars (jarg3, (const char *)arg3);
7337- return jresult;
7338- }
73397262
73407263SWIGEXPORT jint JNICALL Java_io_tiledb_libtiledb_tiledbJNI_tiledb_1query_1get_1buffer_1var (JNIEnv *jenv, jclass jcls, jlong jarg1, jlong jarg2, jstring jarg3, jlong jarg4, jlong jarg5, jlong jarg6, jlong jarg7) {
73417264 jint jresult = 0 ;
0 commit comments