@slatedb/uniffi 0.12.0 → 0.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
- package/prebuilds/darwin-arm64/libslatedb_uniffi.dylib +0 -0
- package/prebuilds/darwin-x64/libslatedb_uniffi.dylib +0 -0
- package/prebuilds/linux-arm64-gnu/libslatedb_uniffi.so +0 -0
- package/prebuilds/linux-x64-gnu/libslatedb_uniffi.so +0 -0
- package/prebuilds/win32-arm64/slatedb_uniffi.dll +0 -0
- package/prebuilds/win32-x64/slatedb_uniffi.dll +0 -0
- package/slatedb-ffi.d.ts +104 -1
- package/slatedb-ffi.js +1853 -169
- package/slatedb.d.ts +631 -0
- package/slatedb.js +1432 -29
package/slatedb-ffi.js
CHANGED
|
@@ -26,7 +26,6 @@ import {
|
|
|
26
26
|
export const ffiMetadata = Object.freeze({
|
|
27
27
|
namespace: "slatedb",
|
|
28
28
|
cdylibName: "slatedb_uniffi",
|
|
29
|
-
stagedLibraryFileName: "libslatedb_uniffi.so",
|
|
30
29
|
stagedLibraryPackageRelativePath: "prebuilds/linux-x64-gnu/libslatedb_uniffi.so",
|
|
31
30
|
bundledPrebuilds: true,
|
|
32
31
|
manualLoad: false,
|
|
@@ -39,8 +38,34 @@ export const ffiIntegrity = Object.freeze({
|
|
|
39
38
|
|
|
40
39
|
"uniffi_slatedb_uniffi_checksum_func_init_logging": 43029,
|
|
41
40
|
|
|
41
|
+
"uniffi_slatedb_uniffi_checksum_method_admin_get_sequence_for_timestamp": 39670,
|
|
42
|
+
|
|
43
|
+
"uniffi_slatedb_uniffi_checksum_method_admin_get_timestamp_for_sequence": 10449,
|
|
44
|
+
|
|
45
|
+
"uniffi_slatedb_uniffi_checksum_method_admin_list_checkpoints": 43487,
|
|
46
|
+
|
|
47
|
+
"uniffi_slatedb_uniffi_checksum_method_admin_list_compactions": 9774,
|
|
48
|
+
|
|
49
|
+
"uniffi_slatedb_uniffi_checksum_method_admin_list_manifests": 13737,
|
|
50
|
+
|
|
51
|
+
"uniffi_slatedb_uniffi_checksum_method_admin_read_compaction": 50237,
|
|
52
|
+
|
|
53
|
+
"uniffi_slatedb_uniffi_checksum_method_admin_read_compactions": 53923,
|
|
54
|
+
|
|
55
|
+
"uniffi_slatedb_uniffi_checksum_method_admin_read_compactor_state_view": 22143,
|
|
56
|
+
|
|
57
|
+
"uniffi_slatedb_uniffi_checksum_method_admin_read_manifest": 1383,
|
|
58
|
+
|
|
59
|
+
"uniffi_slatedb_uniffi_checksum_method_adminbuilder_build": 46255,
|
|
60
|
+
|
|
61
|
+
"uniffi_slatedb_uniffi_checksum_method_adminbuilder_with_seed": 52226,
|
|
62
|
+
|
|
63
|
+
"uniffi_slatedb_uniffi_checksum_method_adminbuilder_with_wal_object_store": 18899,
|
|
64
|
+
|
|
42
65
|
"uniffi_slatedb_uniffi_checksum_method_dbbuilder_build": 18005,
|
|
43
66
|
|
|
67
|
+
"uniffi_slatedb_uniffi_checksum_method_dbbuilder_with_db_cache": 61829,
|
|
68
|
+
|
|
44
69
|
"uniffi_slatedb_uniffi_checksum_method_dbbuilder_with_db_cache_disabled": 17477,
|
|
45
70
|
|
|
46
71
|
"uniffi_slatedb_uniffi_checksum_method_dbbuilder_with_merge_operator": 5839,
|
|
@@ -73,6 +98,8 @@ export const ffiIntegrity = Object.freeze({
|
|
|
73
98
|
|
|
74
99
|
"uniffi_slatedb_uniffi_checksum_method_db_delete_with_options": 44744,
|
|
75
100
|
|
|
101
|
+
"uniffi_slatedb_uniffi_checksum_method_db_evict_cached_sst": 60099,
|
|
102
|
+
|
|
76
103
|
"uniffi_slatedb_uniffi_checksum_method_db_flush": 42157,
|
|
77
104
|
|
|
78
105
|
"uniffi_slatedb_uniffi_checksum_method_db_flush_with_options": 27835,
|
|
@@ -107,12 +134,20 @@ export const ffiIntegrity = Object.freeze({
|
|
|
107
134
|
|
|
108
135
|
"uniffi_slatedb_uniffi_checksum_method_db_status": 33776,
|
|
109
136
|
|
|
137
|
+
"uniffi_slatedb_uniffi_checksum_method_db_warm_sst": 8802,
|
|
138
|
+
|
|
110
139
|
"uniffi_slatedb_uniffi_checksum_method_db_write": 29016,
|
|
111
140
|
|
|
112
141
|
"uniffi_slatedb_uniffi_checksum_method_db_write_with_options": 13580,
|
|
113
142
|
|
|
143
|
+
"uniffi_slatedb_uniffi_checksum_method_dbreader_evict_cached_sst": 31819,
|
|
144
|
+
|
|
114
145
|
"uniffi_slatedb_uniffi_checksum_method_dbreader_get": 53337,
|
|
115
146
|
|
|
147
|
+
"uniffi_slatedb_uniffi_checksum_method_dbreader_get_key_value": 12260,
|
|
148
|
+
|
|
149
|
+
"uniffi_slatedb_uniffi_checksum_method_dbreader_get_key_value_with_options": 19895,
|
|
150
|
+
|
|
116
151
|
"uniffi_slatedb_uniffi_checksum_method_dbreader_get_with_options": 22247,
|
|
117
152
|
|
|
118
153
|
"uniffi_slatedb_uniffi_checksum_method_dbreader_scan": 19340,
|
|
@@ -127,6 +162,8 @@ export const ffiIntegrity = Object.freeze({
|
|
|
127
162
|
|
|
128
163
|
"uniffi_slatedb_uniffi_checksum_method_dbreader_status": 4488,
|
|
129
164
|
|
|
165
|
+
"uniffi_slatedb_uniffi_checksum_method_dbreader_warm_sst": 26897,
|
|
166
|
+
|
|
130
167
|
"uniffi_slatedb_uniffi_checksum_method_dbsnapshot_get": 52436,
|
|
131
168
|
|
|
132
169
|
"uniffi_slatedb_uniffi_checksum_method_dbsnapshot_get_key_value": 58808,
|
|
@@ -251,10 +288,18 @@ export const ffiIntegrity = Object.freeze({
|
|
|
251
288
|
|
|
252
289
|
"uniffi_slatedb_uniffi_checksum_method_writebatch_put_with_options": 31177,
|
|
253
290
|
|
|
291
|
+
"uniffi_slatedb_uniffi_checksum_constructor_adminbuilder_new": 41354,
|
|
292
|
+
|
|
254
293
|
"uniffi_slatedb_uniffi_checksum_constructor_dbbuilder_new": 60260,
|
|
255
294
|
|
|
256
295
|
"uniffi_slatedb_uniffi_checksum_constructor_dbreaderbuilder_new": 20397,
|
|
257
296
|
|
|
297
|
+
"uniffi_slatedb_uniffi_checksum_constructor_dbcache_new_foyer_cache": 16480,
|
|
298
|
+
|
|
299
|
+
"uniffi_slatedb_uniffi_checksum_constructor_dbcache_new_moka_cache": 35589,
|
|
300
|
+
|
|
301
|
+
"uniffi_slatedb_uniffi_checksum_constructor_dbcache_new_split_cache": 44755,
|
|
302
|
+
|
|
258
303
|
"uniffi_slatedb_uniffi_checksum_constructor_defaultmetricsrecorder_new": 31165,
|
|
259
304
|
|
|
260
305
|
"uniffi_slatedb_uniffi_checksum_constructor_objectstore_from_env": 61956,
|
|
@@ -342,9 +387,29 @@ function defaultBundledTarget() {
|
|
|
342
387
|
return `${platform}-${arch}-${linuxLibc}`;
|
|
343
388
|
}
|
|
344
389
|
|
|
390
|
+
function bundledLibraryFileName(platform) {
|
|
391
|
+
switch (platform) {
|
|
392
|
+
case "win32":
|
|
393
|
+
return `${ffiMetadata.cdylibName}.dll`;
|
|
394
|
+
case "darwin":
|
|
395
|
+
return `lib${ffiMetadata.cdylibName}.dylib`;
|
|
396
|
+
case "aix":
|
|
397
|
+
case "android":
|
|
398
|
+
case "freebsd":
|
|
399
|
+
case "linux":
|
|
400
|
+
case "openbsd":
|
|
401
|
+
return `lib${ffiMetadata.cdylibName}.so`;
|
|
402
|
+
default:
|
|
403
|
+
throw new Error(
|
|
404
|
+
`Unsupported Node platform ${JSON.stringify(platform)} for UniFFI bundled prebuild resolution.`,
|
|
405
|
+
);
|
|
406
|
+
}
|
|
407
|
+
}
|
|
408
|
+
|
|
345
409
|
function defaultBundledLibrary() {
|
|
410
|
+
const platform = bundledPrebuildPlatform();
|
|
346
411
|
const target = defaultBundledTarget();
|
|
347
|
-
const filename =
|
|
412
|
+
const filename = bundledLibraryFileName(platform);
|
|
348
413
|
return Object.freeze({
|
|
349
414
|
target,
|
|
350
415
|
packageRelativePath: `prebuilds/${target}/${filename}`,
|
|
@@ -723,6 +788,89 @@ function createBindingCore(libraryPath) {
|
|
|
723
788
|
Object.freeze(ffiStructs);
|
|
724
789
|
const ffiFunctions = Object.freeze({
|
|
725
790
|
|
|
791
|
+
uniffi_slatedb_uniffi_fn_clone_admin: library.func("uniffi_slatedb_uniffi_fn_clone_admin", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, koffi.pointer(ffiTypes.RustCallStatus)]),
|
|
792
|
+
|
|
793
|
+
uniffi_slatedb_uniffi_fn_clone_admin_generic_abi: library.func("uniffi_slatedb_uniffi_fn_clone_admin", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, koffi.pointer(ffiTypes.RustCallStatus)]),
|
|
794
|
+
|
|
795
|
+
|
|
796
|
+
uniffi_slatedb_uniffi_fn_free_admin: library.func("uniffi_slatedb_uniffi_fn_free_admin", "void", [ffiTypes.UniffiHandle, koffi.pointer(ffiTypes.RustCallStatus)]),
|
|
797
|
+
|
|
798
|
+
uniffi_slatedb_uniffi_fn_free_admin_generic_abi: library.func("uniffi_slatedb_uniffi_fn_free_admin", "void", [ffiTypes.UniffiHandle, koffi.pointer(ffiTypes.RustCallStatus)]),
|
|
799
|
+
|
|
800
|
+
|
|
801
|
+
uniffi_slatedb_uniffi_fn_method_admin_get_sequence_for_timestamp: library.func("uniffi_slatedb_uniffi_fn_method_admin_get_sequence_for_timestamp", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, "int64_t", "int8_t"]),
|
|
802
|
+
|
|
803
|
+
uniffi_slatedb_uniffi_fn_method_admin_get_sequence_for_timestamp_generic_abi: library.func("uniffi_slatedb_uniffi_fn_method_admin_get_sequence_for_timestamp", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, "int64_t", "int8_t"]),
|
|
804
|
+
|
|
805
|
+
|
|
806
|
+
uniffi_slatedb_uniffi_fn_method_admin_get_timestamp_for_sequence: library.func("uniffi_slatedb_uniffi_fn_method_admin_get_timestamp_for_sequence", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, "uint64_t", "int8_t"]),
|
|
807
|
+
|
|
808
|
+
uniffi_slatedb_uniffi_fn_method_admin_get_timestamp_for_sequence_generic_abi: library.func("uniffi_slatedb_uniffi_fn_method_admin_get_timestamp_for_sequence", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, "uint64_t", "int8_t"]),
|
|
809
|
+
|
|
810
|
+
|
|
811
|
+
uniffi_slatedb_uniffi_fn_method_admin_list_checkpoints: library.func("uniffi_slatedb_uniffi_fn_method_admin_list_checkpoints", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, ffiTypes.RustBuffer]),
|
|
812
|
+
|
|
813
|
+
uniffi_slatedb_uniffi_fn_method_admin_list_checkpoints_generic_abi: library.func("uniffi_slatedb_uniffi_fn_method_admin_list_checkpoints", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, ffiTypes.RustBuffer]),
|
|
814
|
+
|
|
815
|
+
|
|
816
|
+
uniffi_slatedb_uniffi_fn_method_admin_list_compactions: library.func("uniffi_slatedb_uniffi_fn_method_admin_list_compactions", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, ffiTypes.RustBuffer, ffiTypes.RustBuffer]),
|
|
817
|
+
|
|
818
|
+
uniffi_slatedb_uniffi_fn_method_admin_list_compactions_generic_abi: library.func("uniffi_slatedb_uniffi_fn_method_admin_list_compactions", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, ffiTypes.RustBuffer, ffiTypes.RustBuffer]),
|
|
819
|
+
|
|
820
|
+
|
|
821
|
+
uniffi_slatedb_uniffi_fn_method_admin_list_manifests: library.func("uniffi_slatedb_uniffi_fn_method_admin_list_manifests", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, ffiTypes.RustBuffer, ffiTypes.RustBuffer]),
|
|
822
|
+
|
|
823
|
+
uniffi_slatedb_uniffi_fn_method_admin_list_manifests_generic_abi: library.func("uniffi_slatedb_uniffi_fn_method_admin_list_manifests", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, ffiTypes.RustBuffer, ffiTypes.RustBuffer]),
|
|
824
|
+
|
|
825
|
+
|
|
826
|
+
uniffi_slatedb_uniffi_fn_method_admin_read_compaction: library.func("uniffi_slatedb_uniffi_fn_method_admin_read_compaction", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, ffiTypes.RustBuffer, ffiTypes.RustBuffer]),
|
|
827
|
+
|
|
828
|
+
uniffi_slatedb_uniffi_fn_method_admin_read_compaction_generic_abi: library.func("uniffi_slatedb_uniffi_fn_method_admin_read_compaction", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, ffiTypes.RustBuffer, ffiTypes.RustBuffer]),
|
|
829
|
+
|
|
830
|
+
|
|
831
|
+
uniffi_slatedb_uniffi_fn_method_admin_read_compactions: library.func("uniffi_slatedb_uniffi_fn_method_admin_read_compactions", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, ffiTypes.RustBuffer]),
|
|
832
|
+
|
|
833
|
+
uniffi_slatedb_uniffi_fn_method_admin_read_compactions_generic_abi: library.func("uniffi_slatedb_uniffi_fn_method_admin_read_compactions", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, ffiTypes.RustBuffer]),
|
|
834
|
+
|
|
835
|
+
|
|
836
|
+
uniffi_slatedb_uniffi_fn_method_admin_read_compactor_state_view: library.func("uniffi_slatedb_uniffi_fn_method_admin_read_compactor_state_view", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle]),
|
|
837
|
+
|
|
838
|
+
uniffi_slatedb_uniffi_fn_method_admin_read_compactor_state_view_generic_abi: library.func("uniffi_slatedb_uniffi_fn_method_admin_read_compactor_state_view", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle]),
|
|
839
|
+
|
|
840
|
+
|
|
841
|
+
uniffi_slatedb_uniffi_fn_method_admin_read_manifest: library.func("uniffi_slatedb_uniffi_fn_method_admin_read_manifest", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, ffiTypes.RustBuffer]),
|
|
842
|
+
|
|
843
|
+
uniffi_slatedb_uniffi_fn_method_admin_read_manifest_generic_abi: library.func("uniffi_slatedb_uniffi_fn_method_admin_read_manifest", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, ffiTypes.RustBuffer]),
|
|
844
|
+
|
|
845
|
+
|
|
846
|
+
uniffi_slatedb_uniffi_fn_clone_adminbuilder: library.func("uniffi_slatedb_uniffi_fn_clone_adminbuilder", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, koffi.pointer(ffiTypes.RustCallStatus)]),
|
|
847
|
+
|
|
848
|
+
uniffi_slatedb_uniffi_fn_clone_adminbuilder_generic_abi: library.func("uniffi_slatedb_uniffi_fn_clone_adminbuilder", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, koffi.pointer(ffiTypes.RustCallStatus)]),
|
|
849
|
+
|
|
850
|
+
|
|
851
|
+
uniffi_slatedb_uniffi_fn_free_adminbuilder: library.func("uniffi_slatedb_uniffi_fn_free_adminbuilder", "void", [ffiTypes.UniffiHandle, koffi.pointer(ffiTypes.RustCallStatus)]),
|
|
852
|
+
|
|
853
|
+
uniffi_slatedb_uniffi_fn_free_adminbuilder_generic_abi: library.func("uniffi_slatedb_uniffi_fn_free_adminbuilder", "void", [ffiTypes.UniffiHandle, koffi.pointer(ffiTypes.RustCallStatus)]),
|
|
854
|
+
|
|
855
|
+
|
|
856
|
+
uniffi_slatedb_uniffi_fn_constructor_adminbuilder_new: library.func("uniffi_slatedb_uniffi_fn_constructor_adminbuilder_new", ffiTypes.UniffiHandle, [ffiTypes.RustBuffer, ffiTypes.UniffiHandle, koffi.pointer(ffiTypes.RustCallStatus)]),
|
|
857
|
+
|
|
858
|
+
|
|
859
|
+
uniffi_slatedb_uniffi_fn_method_adminbuilder_build: library.func("uniffi_slatedb_uniffi_fn_method_adminbuilder_build", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, koffi.pointer(ffiTypes.RustCallStatus)]),
|
|
860
|
+
|
|
861
|
+
uniffi_slatedb_uniffi_fn_method_adminbuilder_build_generic_abi: library.func("uniffi_slatedb_uniffi_fn_method_adminbuilder_build", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, koffi.pointer(ffiTypes.RustCallStatus)]),
|
|
862
|
+
|
|
863
|
+
|
|
864
|
+
uniffi_slatedb_uniffi_fn_method_adminbuilder_with_seed: library.func("uniffi_slatedb_uniffi_fn_method_adminbuilder_with_seed", "void", [ffiTypes.UniffiHandle, "uint64_t", koffi.pointer(ffiTypes.RustCallStatus)]),
|
|
865
|
+
|
|
866
|
+
uniffi_slatedb_uniffi_fn_method_adminbuilder_with_seed_generic_abi: library.func("uniffi_slatedb_uniffi_fn_method_adminbuilder_with_seed", "void", [ffiTypes.UniffiHandle, "uint64_t", koffi.pointer(ffiTypes.RustCallStatus)]),
|
|
867
|
+
|
|
868
|
+
|
|
869
|
+
uniffi_slatedb_uniffi_fn_method_adminbuilder_with_wal_object_store: library.func("uniffi_slatedb_uniffi_fn_method_adminbuilder_with_wal_object_store", "void", [ffiTypes.UniffiHandle, ffiTypes.UniffiHandle, koffi.pointer(ffiTypes.RustCallStatus)]),
|
|
870
|
+
|
|
871
|
+
uniffi_slatedb_uniffi_fn_method_adminbuilder_with_wal_object_store_generic_abi: library.func("uniffi_slatedb_uniffi_fn_method_adminbuilder_with_wal_object_store", "void", [ffiTypes.UniffiHandle, ffiTypes.UniffiHandle, koffi.pointer(ffiTypes.RustCallStatus)]),
|
|
872
|
+
|
|
873
|
+
|
|
726
874
|
uniffi_slatedb_uniffi_fn_clone_dbbuilder: library.func("uniffi_slatedb_uniffi_fn_clone_dbbuilder", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, koffi.pointer(ffiTypes.RustCallStatus)]),
|
|
727
875
|
|
|
728
876
|
uniffi_slatedb_uniffi_fn_clone_dbbuilder_generic_abi: library.func("uniffi_slatedb_uniffi_fn_clone_dbbuilder", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, koffi.pointer(ffiTypes.RustCallStatus)]),
|
|
@@ -741,6 +889,11 @@ function createBindingCore(libraryPath) {
|
|
|
741
889
|
uniffi_slatedb_uniffi_fn_method_dbbuilder_build_generic_abi: library.func("uniffi_slatedb_uniffi_fn_method_dbbuilder_build", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle]),
|
|
742
890
|
|
|
743
891
|
|
|
892
|
+
uniffi_slatedb_uniffi_fn_method_dbbuilder_with_db_cache: library.func("uniffi_slatedb_uniffi_fn_method_dbbuilder_with_db_cache", "void", [ffiTypes.UniffiHandle, ffiTypes.UniffiHandle, koffi.pointer(ffiTypes.RustCallStatus)]),
|
|
893
|
+
|
|
894
|
+
uniffi_slatedb_uniffi_fn_method_dbbuilder_with_db_cache_generic_abi: library.func("uniffi_slatedb_uniffi_fn_method_dbbuilder_with_db_cache", "void", [ffiTypes.UniffiHandle, ffiTypes.UniffiHandle, koffi.pointer(ffiTypes.RustCallStatus)]),
|
|
895
|
+
|
|
896
|
+
|
|
744
897
|
uniffi_slatedb_uniffi_fn_method_dbbuilder_with_db_cache_disabled: library.func("uniffi_slatedb_uniffi_fn_method_dbbuilder_with_db_cache_disabled", "void", [ffiTypes.UniffiHandle, koffi.pointer(ffiTypes.RustCallStatus)]),
|
|
745
898
|
|
|
746
899
|
uniffi_slatedb_uniffi_fn_method_dbbuilder_with_db_cache_disabled_generic_abi: library.func("uniffi_slatedb_uniffi_fn_method_dbbuilder_with_db_cache_disabled", "void", [ffiTypes.UniffiHandle, koffi.pointer(ffiTypes.RustCallStatus)]),
|
|
@@ -844,6 +997,11 @@ function createBindingCore(libraryPath) {
|
|
|
844
997
|
uniffi_slatedb_uniffi_fn_method_db_delete_with_options_generic_abi: library.func("uniffi_slatedb_uniffi_fn_method_db_delete_with_options", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, ffiTypes.RustBuffer, ffiTypes.RustBuffer]),
|
|
845
998
|
|
|
846
999
|
|
|
1000
|
+
uniffi_slatedb_uniffi_fn_method_db_evict_cached_sst: library.func("uniffi_slatedb_uniffi_fn_method_db_evict_cached_sst", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, ffiTypes.RustBuffer]),
|
|
1001
|
+
|
|
1002
|
+
uniffi_slatedb_uniffi_fn_method_db_evict_cached_sst_generic_abi: library.func("uniffi_slatedb_uniffi_fn_method_db_evict_cached_sst", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, ffiTypes.RustBuffer]),
|
|
1003
|
+
|
|
1004
|
+
|
|
847
1005
|
uniffi_slatedb_uniffi_fn_method_db_flush: library.func("uniffi_slatedb_uniffi_fn_method_db_flush", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle]),
|
|
848
1006
|
|
|
849
1007
|
uniffi_slatedb_uniffi_fn_method_db_flush_generic_abi: library.func("uniffi_slatedb_uniffi_fn_method_db_flush", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle]),
|
|
@@ -929,6 +1087,11 @@ function createBindingCore(libraryPath) {
|
|
|
929
1087
|
uniffi_slatedb_uniffi_fn_method_db_status_generic_abi: library.func("uniffi_slatedb_uniffi_fn_method_db_status", ffiTypes.RustBuffer, [ffiTypes.UniffiHandle, koffi.pointer(ffiTypes.RustCallStatus)]),
|
|
930
1088
|
|
|
931
1089
|
|
|
1090
|
+
uniffi_slatedb_uniffi_fn_method_db_warm_sst: library.func("uniffi_slatedb_uniffi_fn_method_db_warm_sst", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, ffiTypes.RustBuffer, ffiTypes.RustBuffer]),
|
|
1091
|
+
|
|
1092
|
+
uniffi_slatedb_uniffi_fn_method_db_warm_sst_generic_abi: library.func("uniffi_slatedb_uniffi_fn_method_db_warm_sst", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, ffiTypes.RustBuffer, ffiTypes.RustBuffer]),
|
|
1093
|
+
|
|
1094
|
+
|
|
932
1095
|
uniffi_slatedb_uniffi_fn_method_db_write: library.func("uniffi_slatedb_uniffi_fn_method_db_write", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, ffiTypes.UniffiHandle]),
|
|
933
1096
|
|
|
934
1097
|
uniffi_slatedb_uniffi_fn_method_db_write_generic_abi: library.func("uniffi_slatedb_uniffi_fn_method_db_write", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, ffiTypes.UniffiHandle]),
|
|
@@ -939,6 +1102,27 @@ function createBindingCore(libraryPath) {
|
|
|
939
1102
|
uniffi_slatedb_uniffi_fn_method_db_write_with_options_generic_abi: library.func("uniffi_slatedb_uniffi_fn_method_db_write_with_options", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, ffiTypes.UniffiHandle, ffiTypes.RustBuffer]),
|
|
940
1103
|
|
|
941
1104
|
|
|
1105
|
+
uniffi_slatedb_uniffi_fn_clone_dbcache: library.func("uniffi_slatedb_uniffi_fn_clone_dbcache", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, koffi.pointer(ffiTypes.RustCallStatus)]),
|
|
1106
|
+
|
|
1107
|
+
uniffi_slatedb_uniffi_fn_clone_dbcache_generic_abi: library.func("uniffi_slatedb_uniffi_fn_clone_dbcache", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, koffi.pointer(ffiTypes.RustCallStatus)]),
|
|
1108
|
+
|
|
1109
|
+
|
|
1110
|
+
uniffi_slatedb_uniffi_fn_free_dbcache: library.func("uniffi_slatedb_uniffi_fn_free_dbcache", "void", [ffiTypes.UniffiHandle, koffi.pointer(ffiTypes.RustCallStatus)]),
|
|
1111
|
+
|
|
1112
|
+
uniffi_slatedb_uniffi_fn_free_dbcache_generic_abi: library.func("uniffi_slatedb_uniffi_fn_free_dbcache", "void", [ffiTypes.UniffiHandle, koffi.pointer(ffiTypes.RustCallStatus)]),
|
|
1113
|
+
|
|
1114
|
+
|
|
1115
|
+
uniffi_slatedb_uniffi_fn_constructor_dbcache_new_foyer_cache: library.func("uniffi_slatedb_uniffi_fn_constructor_dbcache_new_foyer_cache", ffiTypes.UniffiHandle, [ffiTypes.RustBuffer, koffi.pointer(ffiTypes.RustCallStatus)]),
|
|
1116
|
+
|
|
1117
|
+
|
|
1118
|
+
uniffi_slatedb_uniffi_fn_constructor_dbcache_new_moka_cache: library.func("uniffi_slatedb_uniffi_fn_constructor_dbcache_new_moka_cache", ffiTypes.UniffiHandle, [ffiTypes.RustBuffer, koffi.pointer(ffiTypes.RustCallStatus)]),
|
|
1119
|
+
|
|
1120
|
+
|
|
1121
|
+
uniffi_slatedb_uniffi_fn_constructor_dbcache_new_split_cache: library.func("uniffi_slatedb_uniffi_fn_constructor_dbcache_new_split_cache", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, ffiTypes.UniffiHandle, koffi.pointer(ffiTypes.RustCallStatus)]),
|
|
1122
|
+
|
|
1123
|
+
uniffi_slatedb_uniffi_fn_constructor_dbcache_new_split_cache_generic_abi: library.func("uniffi_slatedb_uniffi_fn_constructor_dbcache_new_split_cache", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, ffiTypes.UniffiHandle, koffi.pointer(ffiTypes.RustCallStatus)]),
|
|
1124
|
+
|
|
1125
|
+
|
|
942
1126
|
uniffi_slatedb_uniffi_fn_clone_dbreader: library.func("uniffi_slatedb_uniffi_fn_clone_dbreader", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, koffi.pointer(ffiTypes.RustCallStatus)]),
|
|
943
1127
|
|
|
944
1128
|
uniffi_slatedb_uniffi_fn_clone_dbreader_generic_abi: library.func("uniffi_slatedb_uniffi_fn_clone_dbreader", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, koffi.pointer(ffiTypes.RustCallStatus)]),
|
|
@@ -949,11 +1133,26 @@ function createBindingCore(libraryPath) {
|
|
|
949
1133
|
uniffi_slatedb_uniffi_fn_free_dbreader_generic_abi: library.func("uniffi_slatedb_uniffi_fn_free_dbreader", "void", [ffiTypes.UniffiHandle, koffi.pointer(ffiTypes.RustCallStatus)]),
|
|
950
1134
|
|
|
951
1135
|
|
|
1136
|
+
uniffi_slatedb_uniffi_fn_method_dbreader_evict_cached_sst: library.func("uniffi_slatedb_uniffi_fn_method_dbreader_evict_cached_sst", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, ffiTypes.RustBuffer]),
|
|
1137
|
+
|
|
1138
|
+
uniffi_slatedb_uniffi_fn_method_dbreader_evict_cached_sst_generic_abi: library.func("uniffi_slatedb_uniffi_fn_method_dbreader_evict_cached_sst", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, ffiTypes.RustBuffer]),
|
|
1139
|
+
|
|
1140
|
+
|
|
952
1141
|
uniffi_slatedb_uniffi_fn_method_dbreader_get: library.func("uniffi_slatedb_uniffi_fn_method_dbreader_get", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, ffiTypes.RustBuffer]),
|
|
953
1142
|
|
|
954
1143
|
uniffi_slatedb_uniffi_fn_method_dbreader_get_generic_abi: library.func("uniffi_slatedb_uniffi_fn_method_dbreader_get", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, ffiTypes.RustBuffer]),
|
|
955
1144
|
|
|
956
1145
|
|
|
1146
|
+
uniffi_slatedb_uniffi_fn_method_dbreader_get_key_value: library.func("uniffi_slatedb_uniffi_fn_method_dbreader_get_key_value", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, ffiTypes.RustBuffer]),
|
|
1147
|
+
|
|
1148
|
+
uniffi_slatedb_uniffi_fn_method_dbreader_get_key_value_generic_abi: library.func("uniffi_slatedb_uniffi_fn_method_dbreader_get_key_value", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, ffiTypes.RustBuffer]),
|
|
1149
|
+
|
|
1150
|
+
|
|
1151
|
+
uniffi_slatedb_uniffi_fn_method_dbreader_get_key_value_with_options: library.func("uniffi_slatedb_uniffi_fn_method_dbreader_get_key_value_with_options", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, ffiTypes.RustBuffer, ffiTypes.RustBuffer]),
|
|
1152
|
+
|
|
1153
|
+
uniffi_slatedb_uniffi_fn_method_dbreader_get_key_value_with_options_generic_abi: library.func("uniffi_slatedb_uniffi_fn_method_dbreader_get_key_value_with_options", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, ffiTypes.RustBuffer, ffiTypes.RustBuffer]),
|
|
1154
|
+
|
|
1155
|
+
|
|
957
1156
|
uniffi_slatedb_uniffi_fn_method_dbreader_get_with_options: library.func("uniffi_slatedb_uniffi_fn_method_dbreader_get_with_options", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, ffiTypes.RustBuffer, ffiTypes.RustBuffer]),
|
|
958
1157
|
|
|
959
1158
|
uniffi_slatedb_uniffi_fn_method_dbreader_get_with_options_generic_abi: library.func("uniffi_slatedb_uniffi_fn_method_dbreader_get_with_options", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, ffiTypes.RustBuffer, ffiTypes.RustBuffer]),
|
|
@@ -989,6 +1188,11 @@ function createBindingCore(libraryPath) {
|
|
|
989
1188
|
uniffi_slatedb_uniffi_fn_method_dbreader_status_generic_abi: library.func("uniffi_slatedb_uniffi_fn_method_dbreader_status", ffiTypes.RustBuffer, [ffiTypes.UniffiHandle, koffi.pointer(ffiTypes.RustCallStatus)]),
|
|
990
1189
|
|
|
991
1190
|
|
|
1191
|
+
uniffi_slatedb_uniffi_fn_method_dbreader_warm_sst: library.func("uniffi_slatedb_uniffi_fn_method_dbreader_warm_sst", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, ffiTypes.RustBuffer, ffiTypes.RustBuffer]),
|
|
1192
|
+
|
|
1193
|
+
uniffi_slatedb_uniffi_fn_method_dbreader_warm_sst_generic_abi: library.func("uniffi_slatedb_uniffi_fn_method_dbreader_warm_sst", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, ffiTypes.RustBuffer, ffiTypes.RustBuffer]),
|
|
1194
|
+
|
|
1195
|
+
|
|
992
1196
|
uniffi_slatedb_uniffi_fn_clone_dbsnapshot: library.func("uniffi_slatedb_uniffi_fn_clone_dbsnapshot", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, koffi.pointer(ffiTypes.RustCallStatus)]),
|
|
993
1197
|
|
|
994
1198
|
uniffi_slatedb_uniffi_fn_clone_dbsnapshot_generic_abi: library.func("uniffi_slatedb_uniffi_fn_clone_dbsnapshot", ffiTypes.UniffiHandle, [ffiTypes.UniffiHandle, koffi.pointer(ffiTypes.RustCallStatus)]),
|
|
@@ -1781,9 +1985,48 @@ function createBindingCore(libraryPath) {
|
|
|
1781
1985
|
uniffi_slatedb_uniffi_checksum_func_init_logging: library.func("uniffi_slatedb_uniffi_checksum_func_init_logging", "uint16_t", []),
|
|
1782
1986
|
|
|
1783
1987
|
|
|
1988
|
+
uniffi_slatedb_uniffi_checksum_method_admin_get_sequence_for_timestamp: library.func("uniffi_slatedb_uniffi_checksum_method_admin_get_sequence_for_timestamp", "uint16_t", []),
|
|
1989
|
+
|
|
1990
|
+
|
|
1991
|
+
uniffi_slatedb_uniffi_checksum_method_admin_get_timestamp_for_sequence: library.func("uniffi_slatedb_uniffi_checksum_method_admin_get_timestamp_for_sequence", "uint16_t", []),
|
|
1992
|
+
|
|
1993
|
+
|
|
1994
|
+
uniffi_slatedb_uniffi_checksum_method_admin_list_checkpoints: library.func("uniffi_slatedb_uniffi_checksum_method_admin_list_checkpoints", "uint16_t", []),
|
|
1995
|
+
|
|
1996
|
+
|
|
1997
|
+
uniffi_slatedb_uniffi_checksum_method_admin_list_compactions: library.func("uniffi_slatedb_uniffi_checksum_method_admin_list_compactions", "uint16_t", []),
|
|
1998
|
+
|
|
1999
|
+
|
|
2000
|
+
uniffi_slatedb_uniffi_checksum_method_admin_list_manifests: library.func("uniffi_slatedb_uniffi_checksum_method_admin_list_manifests", "uint16_t", []),
|
|
2001
|
+
|
|
2002
|
+
|
|
2003
|
+
uniffi_slatedb_uniffi_checksum_method_admin_read_compaction: library.func("uniffi_slatedb_uniffi_checksum_method_admin_read_compaction", "uint16_t", []),
|
|
2004
|
+
|
|
2005
|
+
|
|
2006
|
+
uniffi_slatedb_uniffi_checksum_method_admin_read_compactions: library.func("uniffi_slatedb_uniffi_checksum_method_admin_read_compactions", "uint16_t", []),
|
|
2007
|
+
|
|
2008
|
+
|
|
2009
|
+
uniffi_slatedb_uniffi_checksum_method_admin_read_compactor_state_view: library.func("uniffi_slatedb_uniffi_checksum_method_admin_read_compactor_state_view", "uint16_t", []),
|
|
2010
|
+
|
|
2011
|
+
|
|
2012
|
+
uniffi_slatedb_uniffi_checksum_method_admin_read_manifest: library.func("uniffi_slatedb_uniffi_checksum_method_admin_read_manifest", "uint16_t", []),
|
|
2013
|
+
|
|
2014
|
+
|
|
2015
|
+
uniffi_slatedb_uniffi_checksum_method_adminbuilder_build: library.func("uniffi_slatedb_uniffi_checksum_method_adminbuilder_build", "uint16_t", []),
|
|
2016
|
+
|
|
2017
|
+
|
|
2018
|
+
uniffi_slatedb_uniffi_checksum_method_adminbuilder_with_seed: library.func("uniffi_slatedb_uniffi_checksum_method_adminbuilder_with_seed", "uint16_t", []),
|
|
2019
|
+
|
|
2020
|
+
|
|
2021
|
+
uniffi_slatedb_uniffi_checksum_method_adminbuilder_with_wal_object_store: library.func("uniffi_slatedb_uniffi_checksum_method_adminbuilder_with_wal_object_store", "uint16_t", []),
|
|
2022
|
+
|
|
2023
|
+
|
|
1784
2024
|
uniffi_slatedb_uniffi_checksum_method_dbbuilder_build: library.func("uniffi_slatedb_uniffi_checksum_method_dbbuilder_build", "uint16_t", []),
|
|
1785
2025
|
|
|
1786
2026
|
|
|
2027
|
+
uniffi_slatedb_uniffi_checksum_method_dbbuilder_with_db_cache: library.func("uniffi_slatedb_uniffi_checksum_method_dbbuilder_with_db_cache", "uint16_t", []),
|
|
2028
|
+
|
|
2029
|
+
|
|
1787
2030
|
uniffi_slatedb_uniffi_checksum_method_dbbuilder_with_db_cache_disabled: library.func("uniffi_slatedb_uniffi_checksum_method_dbbuilder_with_db_cache_disabled", "uint16_t", []),
|
|
1788
2031
|
|
|
1789
2032
|
|
|
@@ -1832,6 +2075,9 @@ function createBindingCore(libraryPath) {
|
|
|
1832
2075
|
uniffi_slatedb_uniffi_checksum_method_db_delete_with_options: library.func("uniffi_slatedb_uniffi_checksum_method_db_delete_with_options", "uint16_t", []),
|
|
1833
2076
|
|
|
1834
2077
|
|
|
2078
|
+
uniffi_slatedb_uniffi_checksum_method_db_evict_cached_sst: library.func("uniffi_slatedb_uniffi_checksum_method_db_evict_cached_sst", "uint16_t", []),
|
|
2079
|
+
|
|
2080
|
+
|
|
1835
2081
|
uniffi_slatedb_uniffi_checksum_method_db_flush: library.func("uniffi_slatedb_uniffi_checksum_method_db_flush", "uint16_t", []),
|
|
1836
2082
|
|
|
1837
2083
|
|
|
@@ -1883,15 +2129,27 @@ function createBindingCore(libraryPath) {
|
|
|
1883
2129
|
uniffi_slatedb_uniffi_checksum_method_db_status: library.func("uniffi_slatedb_uniffi_checksum_method_db_status", "uint16_t", []),
|
|
1884
2130
|
|
|
1885
2131
|
|
|
2132
|
+
uniffi_slatedb_uniffi_checksum_method_db_warm_sst: library.func("uniffi_slatedb_uniffi_checksum_method_db_warm_sst", "uint16_t", []),
|
|
2133
|
+
|
|
2134
|
+
|
|
1886
2135
|
uniffi_slatedb_uniffi_checksum_method_db_write: library.func("uniffi_slatedb_uniffi_checksum_method_db_write", "uint16_t", []),
|
|
1887
2136
|
|
|
1888
2137
|
|
|
1889
2138
|
uniffi_slatedb_uniffi_checksum_method_db_write_with_options: library.func("uniffi_slatedb_uniffi_checksum_method_db_write_with_options", "uint16_t", []),
|
|
1890
2139
|
|
|
1891
2140
|
|
|
2141
|
+
uniffi_slatedb_uniffi_checksum_method_dbreader_evict_cached_sst: library.func("uniffi_slatedb_uniffi_checksum_method_dbreader_evict_cached_sst", "uint16_t", []),
|
|
2142
|
+
|
|
2143
|
+
|
|
1892
2144
|
uniffi_slatedb_uniffi_checksum_method_dbreader_get: library.func("uniffi_slatedb_uniffi_checksum_method_dbreader_get", "uint16_t", []),
|
|
1893
2145
|
|
|
1894
2146
|
|
|
2147
|
+
uniffi_slatedb_uniffi_checksum_method_dbreader_get_key_value: library.func("uniffi_slatedb_uniffi_checksum_method_dbreader_get_key_value", "uint16_t", []),
|
|
2148
|
+
|
|
2149
|
+
|
|
2150
|
+
uniffi_slatedb_uniffi_checksum_method_dbreader_get_key_value_with_options: library.func("uniffi_slatedb_uniffi_checksum_method_dbreader_get_key_value_with_options", "uint16_t", []),
|
|
2151
|
+
|
|
2152
|
+
|
|
1895
2153
|
uniffi_slatedb_uniffi_checksum_method_dbreader_get_with_options: library.func("uniffi_slatedb_uniffi_checksum_method_dbreader_get_with_options", "uint16_t", []),
|
|
1896
2154
|
|
|
1897
2155
|
|
|
@@ -1913,6 +2171,9 @@ function createBindingCore(libraryPath) {
|
|
|
1913
2171
|
uniffi_slatedb_uniffi_checksum_method_dbreader_status: library.func("uniffi_slatedb_uniffi_checksum_method_dbreader_status", "uint16_t", []),
|
|
1914
2172
|
|
|
1915
2173
|
|
|
2174
|
+
uniffi_slatedb_uniffi_checksum_method_dbreader_warm_sst: library.func("uniffi_slatedb_uniffi_checksum_method_dbreader_warm_sst", "uint16_t", []),
|
|
2175
|
+
|
|
2176
|
+
|
|
1916
2177
|
uniffi_slatedb_uniffi_checksum_method_dbsnapshot_get: library.func("uniffi_slatedb_uniffi_checksum_method_dbsnapshot_get", "uint16_t", []),
|
|
1917
2178
|
|
|
1918
2179
|
|
|
@@ -2099,12 +2360,24 @@ function createBindingCore(libraryPath) {
|
|
|
2099
2360
|
uniffi_slatedb_uniffi_checksum_method_writebatch_put_with_options: library.func("uniffi_slatedb_uniffi_checksum_method_writebatch_put_with_options", "uint16_t", []),
|
|
2100
2361
|
|
|
2101
2362
|
|
|
2363
|
+
uniffi_slatedb_uniffi_checksum_constructor_adminbuilder_new: library.func("uniffi_slatedb_uniffi_checksum_constructor_adminbuilder_new", "uint16_t", []),
|
|
2364
|
+
|
|
2365
|
+
|
|
2102
2366
|
uniffi_slatedb_uniffi_checksum_constructor_dbbuilder_new: library.func("uniffi_slatedb_uniffi_checksum_constructor_dbbuilder_new", "uint16_t", []),
|
|
2103
2367
|
|
|
2104
2368
|
|
|
2105
2369
|
uniffi_slatedb_uniffi_checksum_constructor_dbreaderbuilder_new: library.func("uniffi_slatedb_uniffi_checksum_constructor_dbreaderbuilder_new", "uint16_t", []),
|
|
2106
2370
|
|
|
2107
2371
|
|
|
2372
|
+
uniffi_slatedb_uniffi_checksum_constructor_dbcache_new_foyer_cache: library.func("uniffi_slatedb_uniffi_checksum_constructor_dbcache_new_foyer_cache", "uint16_t", []),
|
|
2373
|
+
|
|
2374
|
+
|
|
2375
|
+
uniffi_slatedb_uniffi_checksum_constructor_dbcache_new_moka_cache: library.func("uniffi_slatedb_uniffi_checksum_constructor_dbcache_new_moka_cache", "uint16_t", []),
|
|
2376
|
+
|
|
2377
|
+
|
|
2378
|
+
uniffi_slatedb_uniffi_checksum_constructor_dbcache_new_split_cache: library.func("uniffi_slatedb_uniffi_checksum_constructor_dbcache_new_split_cache", "uint16_t", []),
|
|
2379
|
+
|
|
2380
|
+
|
|
2108
2381
|
uniffi_slatedb_uniffi_checksum_constructor_defaultmetricsrecorder_new: library.func("uniffi_slatedb_uniffi_checksum_constructor_defaultmetricsrecorder_new", "uint16_t", []),
|
|
2109
2382
|
|
|
2110
2383
|
|
|
@@ -2331,8 +2604,34 @@ export function getChecksums(bindings = getFfiBindings()) {
|
|
|
2331
2604
|
|
|
2332
2605
|
"uniffi_slatedb_uniffi_checksum_func_init_logging": bindings.ffiFunctions.uniffi_slatedb_uniffi_checksum_func_init_logging(),
|
|
2333
2606
|
|
|
2607
|
+
"uniffi_slatedb_uniffi_checksum_method_admin_get_sequence_for_timestamp": bindings.ffiFunctions.uniffi_slatedb_uniffi_checksum_method_admin_get_sequence_for_timestamp(),
|
|
2608
|
+
|
|
2609
|
+
"uniffi_slatedb_uniffi_checksum_method_admin_get_timestamp_for_sequence": bindings.ffiFunctions.uniffi_slatedb_uniffi_checksum_method_admin_get_timestamp_for_sequence(),
|
|
2610
|
+
|
|
2611
|
+
"uniffi_slatedb_uniffi_checksum_method_admin_list_checkpoints": bindings.ffiFunctions.uniffi_slatedb_uniffi_checksum_method_admin_list_checkpoints(),
|
|
2612
|
+
|
|
2613
|
+
"uniffi_slatedb_uniffi_checksum_method_admin_list_compactions": bindings.ffiFunctions.uniffi_slatedb_uniffi_checksum_method_admin_list_compactions(),
|
|
2614
|
+
|
|
2615
|
+
"uniffi_slatedb_uniffi_checksum_method_admin_list_manifests": bindings.ffiFunctions.uniffi_slatedb_uniffi_checksum_method_admin_list_manifests(),
|
|
2616
|
+
|
|
2617
|
+
"uniffi_slatedb_uniffi_checksum_method_admin_read_compaction": bindings.ffiFunctions.uniffi_slatedb_uniffi_checksum_method_admin_read_compaction(),
|
|
2618
|
+
|
|
2619
|
+
"uniffi_slatedb_uniffi_checksum_method_admin_read_compactions": bindings.ffiFunctions.uniffi_slatedb_uniffi_checksum_method_admin_read_compactions(),
|
|
2620
|
+
|
|
2621
|
+
"uniffi_slatedb_uniffi_checksum_method_admin_read_compactor_state_view": bindings.ffiFunctions.uniffi_slatedb_uniffi_checksum_method_admin_read_compactor_state_view(),
|
|
2622
|
+
|
|
2623
|
+
"uniffi_slatedb_uniffi_checksum_method_admin_read_manifest": bindings.ffiFunctions.uniffi_slatedb_uniffi_checksum_method_admin_read_manifest(),
|
|
2624
|
+
|
|
2625
|
+
"uniffi_slatedb_uniffi_checksum_method_adminbuilder_build": bindings.ffiFunctions.uniffi_slatedb_uniffi_checksum_method_adminbuilder_build(),
|
|
2626
|
+
|
|
2627
|
+
"uniffi_slatedb_uniffi_checksum_method_adminbuilder_with_seed": bindings.ffiFunctions.uniffi_slatedb_uniffi_checksum_method_adminbuilder_with_seed(),
|
|
2628
|
+
|
|
2629
|
+
"uniffi_slatedb_uniffi_checksum_method_adminbuilder_with_wal_object_store": bindings.ffiFunctions.uniffi_slatedb_uniffi_checksum_method_adminbuilder_with_wal_object_store(),
|
|
2630
|
+
|
|
2334
2631
|
"uniffi_slatedb_uniffi_checksum_method_dbbuilder_build": bindings.ffiFunctions.uniffi_slatedb_uniffi_checksum_method_dbbuilder_build(),
|
|
2335
2632
|
|
|
2633
|
+
"uniffi_slatedb_uniffi_checksum_method_dbbuilder_with_db_cache": bindings.ffiFunctions.uniffi_slatedb_uniffi_checksum_method_dbbuilder_with_db_cache(),
|
|
2634
|
+
|
|
2336
2635
|
"uniffi_slatedb_uniffi_checksum_method_dbbuilder_with_db_cache_disabled": bindings.ffiFunctions.uniffi_slatedb_uniffi_checksum_method_dbbuilder_with_db_cache_disabled(),
|
|
2337
2636
|
|
|
2338
2637
|
"uniffi_slatedb_uniffi_checksum_method_dbbuilder_with_merge_operator": bindings.ffiFunctions.uniffi_slatedb_uniffi_checksum_method_dbbuilder_with_merge_operator(),
|
|
@@ -2365,6 +2664,8 @@ export function getChecksums(bindings = getFfiBindings()) {
|
|
|
2365
2664
|
|
|
2366
2665
|
"uniffi_slatedb_uniffi_checksum_method_db_delete_with_options": bindings.ffiFunctions.uniffi_slatedb_uniffi_checksum_method_db_delete_with_options(),
|
|
2367
2666
|
|
|
2667
|
+
"uniffi_slatedb_uniffi_checksum_method_db_evict_cached_sst": bindings.ffiFunctions.uniffi_slatedb_uniffi_checksum_method_db_evict_cached_sst(),
|
|
2668
|
+
|
|
2368
2669
|
"uniffi_slatedb_uniffi_checksum_method_db_flush": bindings.ffiFunctions.uniffi_slatedb_uniffi_checksum_method_db_flush(),
|
|
2369
2670
|
|
|
2370
2671
|
"uniffi_slatedb_uniffi_checksum_method_db_flush_with_options": bindings.ffiFunctions.uniffi_slatedb_uniffi_checksum_method_db_flush_with_options(),
|
|
@@ -2399,12 +2700,20 @@ export function getChecksums(bindings = getFfiBindings()) {
|
|
|
2399
2700
|
|
|
2400
2701
|
"uniffi_slatedb_uniffi_checksum_method_db_status": bindings.ffiFunctions.uniffi_slatedb_uniffi_checksum_method_db_status(),
|
|
2401
2702
|
|
|
2703
|
+
"uniffi_slatedb_uniffi_checksum_method_db_warm_sst": bindings.ffiFunctions.uniffi_slatedb_uniffi_checksum_method_db_warm_sst(),
|
|
2704
|
+
|
|
2402
2705
|
"uniffi_slatedb_uniffi_checksum_method_db_write": bindings.ffiFunctions.uniffi_slatedb_uniffi_checksum_method_db_write(),
|
|
2403
2706
|
|
|
2404
2707
|
"uniffi_slatedb_uniffi_checksum_method_db_write_with_options": bindings.ffiFunctions.uniffi_slatedb_uniffi_checksum_method_db_write_with_options(),
|
|
2405
2708
|
|
|
2709
|
+
"uniffi_slatedb_uniffi_checksum_method_dbreader_evict_cached_sst": bindings.ffiFunctions.uniffi_slatedb_uniffi_checksum_method_dbreader_evict_cached_sst(),
|
|
2710
|
+
|
|
2406
2711
|
"uniffi_slatedb_uniffi_checksum_method_dbreader_get": bindings.ffiFunctions.uniffi_slatedb_uniffi_checksum_method_dbreader_get(),
|
|
2407
2712
|
|
|
2713
|
+
"uniffi_slatedb_uniffi_checksum_method_dbreader_get_key_value": bindings.ffiFunctions.uniffi_slatedb_uniffi_checksum_method_dbreader_get_key_value(),
|
|
2714
|
+
|
|
2715
|
+
"uniffi_slatedb_uniffi_checksum_method_dbreader_get_key_value_with_options": bindings.ffiFunctions.uniffi_slatedb_uniffi_checksum_method_dbreader_get_key_value_with_options(),
|
|
2716
|
+
|
|
2408
2717
|
"uniffi_slatedb_uniffi_checksum_method_dbreader_get_with_options": bindings.ffiFunctions.uniffi_slatedb_uniffi_checksum_method_dbreader_get_with_options(),
|
|
2409
2718
|
|
|
2410
2719
|
"uniffi_slatedb_uniffi_checksum_method_dbreader_scan": bindings.ffiFunctions.uniffi_slatedb_uniffi_checksum_method_dbreader_scan(),
|
|
@@ -2419,6 +2728,8 @@ export function getChecksums(bindings = getFfiBindings()) {
|
|
|
2419
2728
|
|
|
2420
2729
|
"uniffi_slatedb_uniffi_checksum_method_dbreader_status": bindings.ffiFunctions.uniffi_slatedb_uniffi_checksum_method_dbreader_status(),
|
|
2421
2730
|
|
|
2731
|
+
"uniffi_slatedb_uniffi_checksum_method_dbreader_warm_sst": bindings.ffiFunctions.uniffi_slatedb_uniffi_checksum_method_dbreader_warm_sst(),
|
|
2732
|
+
|
|
2422
2733
|
"uniffi_slatedb_uniffi_checksum_method_dbsnapshot_get": bindings.ffiFunctions.uniffi_slatedb_uniffi_checksum_method_dbsnapshot_get(),
|
|
2423
2734
|
|
|
2424
2735
|
"uniffi_slatedb_uniffi_checksum_method_dbsnapshot_get_key_value": bindings.ffiFunctions.uniffi_slatedb_uniffi_checksum_method_dbsnapshot_get_key_value(),
|
|
@@ -2543,10 +2854,18 @@ export function getChecksums(bindings = getFfiBindings()) {
|
|
|
2543
2854
|
|
|
2544
2855
|
"uniffi_slatedb_uniffi_checksum_method_writebatch_put_with_options": bindings.ffiFunctions.uniffi_slatedb_uniffi_checksum_method_writebatch_put_with_options(),
|
|
2545
2856
|
|
|
2857
|
+
"uniffi_slatedb_uniffi_checksum_constructor_adminbuilder_new": bindings.ffiFunctions.uniffi_slatedb_uniffi_checksum_constructor_adminbuilder_new(),
|
|
2858
|
+
|
|
2546
2859
|
"uniffi_slatedb_uniffi_checksum_constructor_dbbuilder_new": bindings.ffiFunctions.uniffi_slatedb_uniffi_checksum_constructor_dbbuilder_new(),
|
|
2547
2860
|
|
|
2548
2861
|
"uniffi_slatedb_uniffi_checksum_constructor_dbreaderbuilder_new": bindings.ffiFunctions.uniffi_slatedb_uniffi_checksum_constructor_dbreaderbuilder_new(),
|
|
2549
2862
|
|
|
2863
|
+
"uniffi_slatedb_uniffi_checksum_constructor_dbcache_new_foyer_cache": bindings.ffiFunctions.uniffi_slatedb_uniffi_checksum_constructor_dbcache_new_foyer_cache(),
|
|
2864
|
+
|
|
2865
|
+
"uniffi_slatedb_uniffi_checksum_constructor_dbcache_new_moka_cache": bindings.ffiFunctions.uniffi_slatedb_uniffi_checksum_constructor_dbcache_new_moka_cache(),
|
|
2866
|
+
|
|
2867
|
+
"uniffi_slatedb_uniffi_checksum_constructor_dbcache_new_split_cache": bindings.ffiFunctions.uniffi_slatedb_uniffi_checksum_constructor_dbcache_new_split_cache(),
|
|
2868
|
+
|
|
2550
2869
|
"uniffi_slatedb_uniffi_checksum_constructor_defaultmetricsrecorder_new": bindings.ffiFunctions.uniffi_slatedb_uniffi_checksum_constructor_defaultmetricsrecorder_new(),
|
|
2551
2870
|
|
|
2552
2871
|
"uniffi_slatedb_uniffi_checksum_constructor_objectstore_from_env": bindings.ffiFunctions.uniffi_slatedb_uniffi_checksum_constructor_objectstore_from_env(),
|
|
@@ -2589,10 +2908,10 @@ export function validateChecksums(bindings = getFfiBindings()) {
|
|
|
2589
2908
|
}
|
|
2590
2909
|
|
|
2591
2910
|
{
|
|
2592
|
-
const expected = ffiIntegrity.checksums["
|
|
2593
|
-
const actual = actualChecksums["
|
|
2911
|
+
const expected = ffiIntegrity.checksums["uniffi_slatedb_uniffi_checksum_method_admin_get_sequence_for_timestamp"];
|
|
2912
|
+
const actual = actualChecksums["uniffi_slatedb_uniffi_checksum_method_admin_get_sequence_for_timestamp"];
|
|
2594
2913
|
if (actual !== expected) {
|
|
2595
|
-
throw new ChecksumMismatchError("
|
|
2914
|
+
throw new ChecksumMismatchError("uniffi_slatedb_uniffi_checksum_method_admin_get_sequence_for_timestamp", expected, actual, {
|
|
2596
2915
|
details: {
|
|
2597
2916
|
libraryPath: bindings.libraryPath,
|
|
2598
2917
|
packageRelativePath: bindings.packageRelativePath,
|
|
@@ -2602,10 +2921,10 @@ export function validateChecksums(bindings = getFfiBindings()) {
|
|
|
2602
2921
|
}
|
|
2603
2922
|
|
|
2604
2923
|
{
|
|
2605
|
-
const expected = ffiIntegrity.checksums["
|
|
2606
|
-
const actual = actualChecksums["
|
|
2924
|
+
const expected = ffiIntegrity.checksums["uniffi_slatedb_uniffi_checksum_method_admin_get_timestamp_for_sequence"];
|
|
2925
|
+
const actual = actualChecksums["uniffi_slatedb_uniffi_checksum_method_admin_get_timestamp_for_sequence"];
|
|
2607
2926
|
if (actual !== expected) {
|
|
2608
|
-
throw new ChecksumMismatchError("
|
|
2927
|
+
throw new ChecksumMismatchError("uniffi_slatedb_uniffi_checksum_method_admin_get_timestamp_for_sequence", expected, actual, {
|
|
2609
2928
|
details: {
|
|
2610
2929
|
libraryPath: bindings.libraryPath,
|
|
2611
2930
|
packageRelativePath: bindings.packageRelativePath,
|
|
@@ -2615,10 +2934,10 @@ export function validateChecksums(bindings = getFfiBindings()) {
|
|
|
2615
2934
|
}
|
|
2616
2935
|
|
|
2617
2936
|
{
|
|
2618
|
-
const expected = ffiIntegrity.checksums["
|
|
2619
|
-
const actual = actualChecksums["
|
|
2937
|
+
const expected = ffiIntegrity.checksums["uniffi_slatedb_uniffi_checksum_method_admin_list_checkpoints"];
|
|
2938
|
+
const actual = actualChecksums["uniffi_slatedb_uniffi_checksum_method_admin_list_checkpoints"];
|
|
2620
2939
|
if (actual !== expected) {
|
|
2621
|
-
throw new ChecksumMismatchError("
|
|
2940
|
+
throw new ChecksumMismatchError("uniffi_slatedb_uniffi_checksum_method_admin_list_checkpoints", expected, actual, {
|
|
2622
2941
|
details: {
|
|
2623
2942
|
libraryPath: bindings.libraryPath,
|
|
2624
2943
|
packageRelativePath: bindings.packageRelativePath,
|
|
@@ -2628,10 +2947,10 @@ export function validateChecksums(bindings = getFfiBindings()) {
|
|
|
2628
2947
|
}
|
|
2629
2948
|
|
|
2630
2949
|
{
|
|
2631
|
-
const expected = ffiIntegrity.checksums["
|
|
2632
|
-
const actual = actualChecksums["
|
|
2950
|
+
const expected = ffiIntegrity.checksums["uniffi_slatedb_uniffi_checksum_method_admin_list_compactions"];
|
|
2951
|
+
const actual = actualChecksums["uniffi_slatedb_uniffi_checksum_method_admin_list_compactions"];
|
|
2633
2952
|
if (actual !== expected) {
|
|
2634
|
-
throw new ChecksumMismatchError("
|
|
2953
|
+
throw new ChecksumMismatchError("uniffi_slatedb_uniffi_checksum_method_admin_list_compactions", expected, actual, {
|
|
2635
2954
|
details: {
|
|
2636
2955
|
libraryPath: bindings.libraryPath,
|
|
2637
2956
|
packageRelativePath: bindings.packageRelativePath,
|
|
@@ -2641,10 +2960,10 @@ export function validateChecksums(bindings = getFfiBindings()) {
|
|
|
2641
2960
|
}
|
|
2642
2961
|
|
|
2643
2962
|
{
|
|
2644
|
-
const expected = ffiIntegrity.checksums["
|
|
2645
|
-
const actual = actualChecksums["
|
|
2963
|
+
const expected = ffiIntegrity.checksums["uniffi_slatedb_uniffi_checksum_method_admin_list_manifests"];
|
|
2964
|
+
const actual = actualChecksums["uniffi_slatedb_uniffi_checksum_method_admin_list_manifests"];
|
|
2646
2965
|
if (actual !== expected) {
|
|
2647
|
-
throw new ChecksumMismatchError("
|
|
2966
|
+
throw new ChecksumMismatchError("uniffi_slatedb_uniffi_checksum_method_admin_list_manifests", expected, actual, {
|
|
2648
2967
|
details: {
|
|
2649
2968
|
libraryPath: bindings.libraryPath,
|
|
2650
2969
|
packageRelativePath: bindings.packageRelativePath,
|
|
@@ -2654,10 +2973,10 @@ export function validateChecksums(bindings = getFfiBindings()) {
|
|
|
2654
2973
|
}
|
|
2655
2974
|
|
|
2656
2975
|
{
|
|
2657
|
-
const expected = ffiIntegrity.checksums["
|
|
2658
|
-
const actual = actualChecksums["
|
|
2976
|
+
const expected = ffiIntegrity.checksums["uniffi_slatedb_uniffi_checksum_method_admin_read_compaction"];
|
|
2977
|
+
const actual = actualChecksums["uniffi_slatedb_uniffi_checksum_method_admin_read_compaction"];
|
|
2659
2978
|
if (actual !== expected) {
|
|
2660
|
-
throw new ChecksumMismatchError("
|
|
2979
|
+
throw new ChecksumMismatchError("uniffi_slatedb_uniffi_checksum_method_admin_read_compaction", expected, actual, {
|
|
2661
2980
|
details: {
|
|
2662
2981
|
libraryPath: bindings.libraryPath,
|
|
2663
2982
|
packageRelativePath: bindings.packageRelativePath,
|
|
@@ -2667,10 +2986,10 @@ export function validateChecksums(bindings = getFfiBindings()) {
|
|
|
2667
2986
|
}
|
|
2668
2987
|
|
|
2669
2988
|
{
|
|
2670
|
-
const expected = ffiIntegrity.checksums["
|
|
2671
|
-
const actual = actualChecksums["
|
|
2989
|
+
const expected = ffiIntegrity.checksums["uniffi_slatedb_uniffi_checksum_method_admin_read_compactions"];
|
|
2990
|
+
const actual = actualChecksums["uniffi_slatedb_uniffi_checksum_method_admin_read_compactions"];
|
|
2672
2991
|
if (actual !== expected) {
|
|
2673
|
-
throw new ChecksumMismatchError("
|
|
2992
|
+
throw new ChecksumMismatchError("uniffi_slatedb_uniffi_checksum_method_admin_read_compactions", expected, actual, {
|
|
2674
2993
|
details: {
|
|
2675
2994
|
libraryPath: bindings.libraryPath,
|
|
2676
2995
|
packageRelativePath: bindings.packageRelativePath,
|
|
@@ -2680,10 +2999,10 @@ export function validateChecksums(bindings = getFfiBindings()) {
|
|
|
2680
2999
|
}
|
|
2681
3000
|
|
|
2682
3001
|
{
|
|
2683
|
-
const expected = ffiIntegrity.checksums["
|
|
2684
|
-
const actual = actualChecksums["
|
|
3002
|
+
const expected = ffiIntegrity.checksums["uniffi_slatedb_uniffi_checksum_method_admin_read_compactor_state_view"];
|
|
3003
|
+
const actual = actualChecksums["uniffi_slatedb_uniffi_checksum_method_admin_read_compactor_state_view"];
|
|
2685
3004
|
if (actual !== expected) {
|
|
2686
|
-
throw new ChecksumMismatchError("
|
|
3005
|
+
throw new ChecksumMismatchError("uniffi_slatedb_uniffi_checksum_method_admin_read_compactor_state_view", expected, actual, {
|
|
2687
3006
|
details: {
|
|
2688
3007
|
libraryPath: bindings.libraryPath,
|
|
2689
3008
|
packageRelativePath: bindings.packageRelativePath,
|
|
@@ -2693,10 +3012,10 @@ export function validateChecksums(bindings = getFfiBindings()) {
|
|
|
2693
3012
|
}
|
|
2694
3013
|
|
|
2695
3014
|
{
|
|
2696
|
-
const expected = ffiIntegrity.checksums["
|
|
2697
|
-
const actual = actualChecksums["
|
|
3015
|
+
const expected = ffiIntegrity.checksums["uniffi_slatedb_uniffi_checksum_method_admin_read_manifest"];
|
|
3016
|
+
const actual = actualChecksums["uniffi_slatedb_uniffi_checksum_method_admin_read_manifest"];
|
|
2698
3017
|
if (actual !== expected) {
|
|
2699
|
-
throw new ChecksumMismatchError("
|
|
3018
|
+
throw new ChecksumMismatchError("uniffi_slatedb_uniffi_checksum_method_admin_read_manifest", expected, actual, {
|
|
2700
3019
|
details: {
|
|
2701
3020
|
libraryPath: bindings.libraryPath,
|
|
2702
3021
|
packageRelativePath: bindings.packageRelativePath,
|
|
@@ -2706,10 +3025,10 @@ export function validateChecksums(bindings = getFfiBindings()) {
|
|
|
2706
3025
|
}
|
|
2707
3026
|
|
|
2708
3027
|
{
|
|
2709
|
-
const expected = ffiIntegrity.checksums["
|
|
2710
|
-
const actual = actualChecksums["
|
|
3028
|
+
const expected = ffiIntegrity.checksums["uniffi_slatedb_uniffi_checksum_method_adminbuilder_build"];
|
|
3029
|
+
const actual = actualChecksums["uniffi_slatedb_uniffi_checksum_method_adminbuilder_build"];
|
|
2711
3030
|
if (actual !== expected) {
|
|
2712
|
-
throw new ChecksumMismatchError("
|
|
3031
|
+
throw new ChecksumMismatchError("uniffi_slatedb_uniffi_checksum_method_adminbuilder_build", expected, actual, {
|
|
2713
3032
|
details: {
|
|
2714
3033
|
libraryPath: bindings.libraryPath,
|
|
2715
3034
|
packageRelativePath: bindings.packageRelativePath,
|
|
@@ -2719,10 +3038,10 @@ export function validateChecksums(bindings = getFfiBindings()) {
|
|
|
2719
3038
|
}
|
|
2720
3039
|
|
|
2721
3040
|
{
|
|
2722
|
-
const expected = ffiIntegrity.checksums["
|
|
2723
|
-
const actual = actualChecksums["
|
|
3041
|
+
const expected = ffiIntegrity.checksums["uniffi_slatedb_uniffi_checksum_method_adminbuilder_with_seed"];
|
|
3042
|
+
const actual = actualChecksums["uniffi_slatedb_uniffi_checksum_method_adminbuilder_with_seed"];
|
|
2724
3043
|
if (actual !== expected) {
|
|
2725
|
-
throw new ChecksumMismatchError("
|
|
3044
|
+
throw new ChecksumMismatchError("uniffi_slatedb_uniffi_checksum_method_adminbuilder_with_seed", expected, actual, {
|
|
2726
3045
|
details: {
|
|
2727
3046
|
libraryPath: bindings.libraryPath,
|
|
2728
3047
|
packageRelativePath: bindings.packageRelativePath,
|
|
@@ -2732,10 +3051,10 @@ export function validateChecksums(bindings = getFfiBindings()) {
|
|
|
2732
3051
|
}
|
|
2733
3052
|
|
|
2734
3053
|
{
|
|
2735
|
-
const expected = ffiIntegrity.checksums["
|
|
2736
|
-
const actual = actualChecksums["
|
|
3054
|
+
const expected = ffiIntegrity.checksums["uniffi_slatedb_uniffi_checksum_method_adminbuilder_with_wal_object_store"];
|
|
3055
|
+
const actual = actualChecksums["uniffi_slatedb_uniffi_checksum_method_adminbuilder_with_wal_object_store"];
|
|
2737
3056
|
if (actual !== expected) {
|
|
2738
|
-
throw new ChecksumMismatchError("
|
|
3057
|
+
throw new ChecksumMismatchError("uniffi_slatedb_uniffi_checksum_method_adminbuilder_with_wal_object_store", expected, actual, {
|
|
2739
3058
|
details: {
|
|
2740
3059
|
libraryPath: bindings.libraryPath,
|
|
2741
3060
|
packageRelativePath: bindings.packageRelativePath,
|
|
@@ -2745,10 +3064,10 @@ export function validateChecksums(bindings = getFfiBindings()) {
|
|
|
2745
3064
|
}
|
|
2746
3065
|
|
|
2747
3066
|
{
|
|
2748
|
-
const expected = ffiIntegrity.checksums["
|
|
2749
|
-
const actual = actualChecksums["
|
|
3067
|
+
const expected = ffiIntegrity.checksums["uniffi_slatedb_uniffi_checksum_method_dbbuilder_build"];
|
|
3068
|
+
const actual = actualChecksums["uniffi_slatedb_uniffi_checksum_method_dbbuilder_build"];
|
|
2750
3069
|
if (actual !== expected) {
|
|
2751
|
-
throw new ChecksumMismatchError("
|
|
3070
|
+
throw new ChecksumMismatchError("uniffi_slatedb_uniffi_checksum_method_dbbuilder_build", expected, actual, {
|
|
2752
3071
|
details: {
|
|
2753
3072
|
libraryPath: bindings.libraryPath,
|
|
2754
3073
|
packageRelativePath: bindings.packageRelativePath,
|
|
@@ -2758,10 +3077,10 @@ export function validateChecksums(bindings = getFfiBindings()) {
|
|
|
2758
3077
|
}
|
|
2759
3078
|
|
|
2760
3079
|
{
|
|
2761
|
-
const expected = ffiIntegrity.checksums["
|
|
2762
|
-
const actual = actualChecksums["
|
|
3080
|
+
const expected = ffiIntegrity.checksums["uniffi_slatedb_uniffi_checksum_method_dbbuilder_with_db_cache"];
|
|
3081
|
+
const actual = actualChecksums["uniffi_slatedb_uniffi_checksum_method_dbbuilder_with_db_cache"];
|
|
2763
3082
|
if (actual !== expected) {
|
|
2764
|
-
throw new ChecksumMismatchError("
|
|
3083
|
+
throw new ChecksumMismatchError("uniffi_slatedb_uniffi_checksum_method_dbbuilder_with_db_cache", expected, actual, {
|
|
2765
3084
|
details: {
|
|
2766
3085
|
libraryPath: bindings.libraryPath,
|
|
2767
3086
|
packageRelativePath: bindings.packageRelativePath,
|
|
@@ -2771,10 +3090,10 @@ export function validateChecksums(bindings = getFfiBindings()) {
|
|
|
2771
3090
|
}
|
|
2772
3091
|
|
|
2773
3092
|
{
|
|
2774
|
-
const expected = ffiIntegrity.checksums["
|
|
2775
|
-
const actual = actualChecksums["
|
|
3093
|
+
const expected = ffiIntegrity.checksums["uniffi_slatedb_uniffi_checksum_method_dbbuilder_with_db_cache_disabled"];
|
|
3094
|
+
const actual = actualChecksums["uniffi_slatedb_uniffi_checksum_method_dbbuilder_with_db_cache_disabled"];
|
|
2776
3095
|
if (actual !== expected) {
|
|
2777
|
-
throw new ChecksumMismatchError("
|
|
3096
|
+
throw new ChecksumMismatchError("uniffi_slatedb_uniffi_checksum_method_dbbuilder_with_db_cache_disabled", expected, actual, {
|
|
2778
3097
|
details: {
|
|
2779
3098
|
libraryPath: bindings.libraryPath,
|
|
2780
3099
|
packageRelativePath: bindings.packageRelativePath,
|
|
@@ -2784,10 +3103,10 @@ export function validateChecksums(bindings = getFfiBindings()) {
|
|
|
2784
3103
|
}
|
|
2785
3104
|
|
|
2786
3105
|
{
|
|
2787
|
-
const expected = ffiIntegrity.checksums["
|
|
2788
|
-
const actual = actualChecksums["
|
|
3106
|
+
const expected = ffiIntegrity.checksums["uniffi_slatedb_uniffi_checksum_method_dbbuilder_with_merge_operator"];
|
|
3107
|
+
const actual = actualChecksums["uniffi_slatedb_uniffi_checksum_method_dbbuilder_with_merge_operator"];
|
|
2789
3108
|
if (actual !== expected) {
|
|
2790
|
-
throw new ChecksumMismatchError("
|
|
3109
|
+
throw new ChecksumMismatchError("uniffi_slatedb_uniffi_checksum_method_dbbuilder_with_merge_operator", expected, actual, {
|
|
2791
3110
|
details: {
|
|
2792
3111
|
libraryPath: bindings.libraryPath,
|
|
2793
3112
|
packageRelativePath: bindings.packageRelativePath,
|
|
@@ -2797,10 +3116,10 @@ export function validateChecksums(bindings = getFfiBindings()) {
|
|
|
2797
3116
|
}
|
|
2798
3117
|
|
|
2799
3118
|
{
|
|
2800
|
-
const expected = ffiIntegrity.checksums["
|
|
2801
|
-
const actual = actualChecksums["
|
|
3119
|
+
const expected = ffiIntegrity.checksums["uniffi_slatedb_uniffi_checksum_method_dbbuilder_with_metrics_recorder"];
|
|
3120
|
+
const actual = actualChecksums["uniffi_slatedb_uniffi_checksum_method_dbbuilder_with_metrics_recorder"];
|
|
2802
3121
|
if (actual !== expected) {
|
|
2803
|
-
throw new ChecksumMismatchError("
|
|
3122
|
+
throw new ChecksumMismatchError("uniffi_slatedb_uniffi_checksum_method_dbbuilder_with_metrics_recorder", expected, actual, {
|
|
2804
3123
|
details: {
|
|
2805
3124
|
libraryPath: bindings.libraryPath,
|
|
2806
3125
|
packageRelativePath: bindings.packageRelativePath,
|
|
@@ -2810,9 +3129,191 @@ export function validateChecksums(bindings = getFfiBindings()) {
|
|
|
2810
3129
|
}
|
|
2811
3130
|
|
|
2812
3131
|
{
|
|
2813
|
-
const expected = ffiIntegrity.checksums["
|
|
2814
|
-
const actual = actualChecksums["
|
|
2815
|
-
if (actual !== expected) {
|
|
3132
|
+
const expected = ffiIntegrity.checksums["uniffi_slatedb_uniffi_checksum_method_dbbuilder_with_seed"];
|
|
3133
|
+
const actual = actualChecksums["uniffi_slatedb_uniffi_checksum_method_dbbuilder_with_seed"];
|
|
3134
|
+
if (actual !== expected) {
|
|
3135
|
+
throw new ChecksumMismatchError("uniffi_slatedb_uniffi_checksum_method_dbbuilder_with_seed", expected, actual, {
|
|
3136
|
+
details: {
|
|
3137
|
+
libraryPath: bindings.libraryPath,
|
|
3138
|
+
packageRelativePath: bindings.packageRelativePath,
|
|
3139
|
+
},
|
|
3140
|
+
});
|
|
3141
|
+
}
|
|
3142
|
+
}
|
|
3143
|
+
|
|
3144
|
+
{
|
|
3145
|
+
const expected = ffiIntegrity.checksums["uniffi_slatedb_uniffi_checksum_method_dbbuilder_with_settings"];
|
|
3146
|
+
const actual = actualChecksums["uniffi_slatedb_uniffi_checksum_method_dbbuilder_with_settings"];
|
|
3147
|
+
if (actual !== expected) {
|
|
3148
|
+
throw new ChecksumMismatchError("uniffi_slatedb_uniffi_checksum_method_dbbuilder_with_settings", expected, actual, {
|
|
3149
|
+
details: {
|
|
3150
|
+
libraryPath: bindings.libraryPath,
|
|
3151
|
+
packageRelativePath: bindings.packageRelativePath,
|
|
3152
|
+
},
|
|
3153
|
+
});
|
|
3154
|
+
}
|
|
3155
|
+
}
|
|
3156
|
+
|
|
3157
|
+
{
|
|
3158
|
+
const expected = ffiIntegrity.checksums["uniffi_slatedb_uniffi_checksum_method_dbbuilder_with_sst_block_size"];
|
|
3159
|
+
const actual = actualChecksums["uniffi_slatedb_uniffi_checksum_method_dbbuilder_with_sst_block_size"];
|
|
3160
|
+
if (actual !== expected) {
|
|
3161
|
+
throw new ChecksumMismatchError("uniffi_slatedb_uniffi_checksum_method_dbbuilder_with_sst_block_size", expected, actual, {
|
|
3162
|
+
details: {
|
|
3163
|
+
libraryPath: bindings.libraryPath,
|
|
3164
|
+
packageRelativePath: bindings.packageRelativePath,
|
|
3165
|
+
},
|
|
3166
|
+
});
|
|
3167
|
+
}
|
|
3168
|
+
}
|
|
3169
|
+
|
|
3170
|
+
{
|
|
3171
|
+
const expected = ffiIntegrity.checksums["uniffi_slatedb_uniffi_checksum_method_dbbuilder_with_wal_object_store"];
|
|
3172
|
+
const actual = actualChecksums["uniffi_slatedb_uniffi_checksum_method_dbbuilder_with_wal_object_store"];
|
|
3173
|
+
if (actual !== expected) {
|
|
3174
|
+
throw new ChecksumMismatchError("uniffi_slatedb_uniffi_checksum_method_dbbuilder_with_wal_object_store", expected, actual, {
|
|
3175
|
+
details: {
|
|
3176
|
+
libraryPath: bindings.libraryPath,
|
|
3177
|
+
packageRelativePath: bindings.packageRelativePath,
|
|
3178
|
+
},
|
|
3179
|
+
});
|
|
3180
|
+
}
|
|
3181
|
+
}
|
|
3182
|
+
|
|
3183
|
+
{
|
|
3184
|
+
const expected = ffiIntegrity.checksums["uniffi_slatedb_uniffi_checksum_method_dbreaderbuilder_build"];
|
|
3185
|
+
const actual = actualChecksums["uniffi_slatedb_uniffi_checksum_method_dbreaderbuilder_build"];
|
|
3186
|
+
if (actual !== expected) {
|
|
3187
|
+
throw new ChecksumMismatchError("uniffi_slatedb_uniffi_checksum_method_dbreaderbuilder_build", expected, actual, {
|
|
3188
|
+
details: {
|
|
3189
|
+
libraryPath: bindings.libraryPath,
|
|
3190
|
+
packageRelativePath: bindings.packageRelativePath,
|
|
3191
|
+
},
|
|
3192
|
+
});
|
|
3193
|
+
}
|
|
3194
|
+
}
|
|
3195
|
+
|
|
3196
|
+
{
|
|
3197
|
+
const expected = ffiIntegrity.checksums["uniffi_slatedb_uniffi_checksum_method_dbreaderbuilder_with_checkpoint_id"];
|
|
3198
|
+
const actual = actualChecksums["uniffi_slatedb_uniffi_checksum_method_dbreaderbuilder_with_checkpoint_id"];
|
|
3199
|
+
if (actual !== expected) {
|
|
3200
|
+
throw new ChecksumMismatchError("uniffi_slatedb_uniffi_checksum_method_dbreaderbuilder_with_checkpoint_id", expected, actual, {
|
|
3201
|
+
details: {
|
|
3202
|
+
libraryPath: bindings.libraryPath,
|
|
3203
|
+
packageRelativePath: bindings.packageRelativePath,
|
|
3204
|
+
},
|
|
3205
|
+
});
|
|
3206
|
+
}
|
|
3207
|
+
}
|
|
3208
|
+
|
|
3209
|
+
{
|
|
3210
|
+
const expected = ffiIntegrity.checksums["uniffi_slatedb_uniffi_checksum_method_dbreaderbuilder_with_merge_operator"];
|
|
3211
|
+
const actual = actualChecksums["uniffi_slatedb_uniffi_checksum_method_dbreaderbuilder_with_merge_operator"];
|
|
3212
|
+
if (actual !== expected) {
|
|
3213
|
+
throw new ChecksumMismatchError("uniffi_slatedb_uniffi_checksum_method_dbreaderbuilder_with_merge_operator", expected, actual, {
|
|
3214
|
+
details: {
|
|
3215
|
+
libraryPath: bindings.libraryPath,
|
|
3216
|
+
packageRelativePath: bindings.packageRelativePath,
|
|
3217
|
+
},
|
|
3218
|
+
});
|
|
3219
|
+
}
|
|
3220
|
+
}
|
|
3221
|
+
|
|
3222
|
+
{
|
|
3223
|
+
const expected = ffiIntegrity.checksums["uniffi_slatedb_uniffi_checksum_method_dbreaderbuilder_with_metrics_recorder"];
|
|
3224
|
+
const actual = actualChecksums["uniffi_slatedb_uniffi_checksum_method_dbreaderbuilder_with_metrics_recorder"];
|
|
3225
|
+
if (actual !== expected) {
|
|
3226
|
+
throw new ChecksumMismatchError("uniffi_slatedb_uniffi_checksum_method_dbreaderbuilder_with_metrics_recorder", expected, actual, {
|
|
3227
|
+
details: {
|
|
3228
|
+
libraryPath: bindings.libraryPath,
|
|
3229
|
+
packageRelativePath: bindings.packageRelativePath,
|
|
3230
|
+
},
|
|
3231
|
+
});
|
|
3232
|
+
}
|
|
3233
|
+
}
|
|
3234
|
+
|
|
3235
|
+
{
|
|
3236
|
+
const expected = ffiIntegrity.checksums["uniffi_slatedb_uniffi_checksum_method_dbreaderbuilder_with_options"];
|
|
3237
|
+
const actual = actualChecksums["uniffi_slatedb_uniffi_checksum_method_dbreaderbuilder_with_options"];
|
|
3238
|
+
if (actual !== expected) {
|
|
3239
|
+
throw new ChecksumMismatchError("uniffi_slatedb_uniffi_checksum_method_dbreaderbuilder_with_options", expected, actual, {
|
|
3240
|
+
details: {
|
|
3241
|
+
libraryPath: bindings.libraryPath,
|
|
3242
|
+
packageRelativePath: bindings.packageRelativePath,
|
|
3243
|
+
},
|
|
3244
|
+
});
|
|
3245
|
+
}
|
|
3246
|
+
}
|
|
3247
|
+
|
|
3248
|
+
{
|
|
3249
|
+
const expected = ffiIntegrity.checksums["uniffi_slatedb_uniffi_checksum_method_dbreaderbuilder_with_wal_object_store"];
|
|
3250
|
+
const actual = actualChecksums["uniffi_slatedb_uniffi_checksum_method_dbreaderbuilder_with_wal_object_store"];
|
|
3251
|
+
if (actual !== expected) {
|
|
3252
|
+
throw new ChecksumMismatchError("uniffi_slatedb_uniffi_checksum_method_dbreaderbuilder_with_wal_object_store", expected, actual, {
|
|
3253
|
+
details: {
|
|
3254
|
+
libraryPath: bindings.libraryPath,
|
|
3255
|
+
packageRelativePath: bindings.packageRelativePath,
|
|
3256
|
+
},
|
|
3257
|
+
});
|
|
3258
|
+
}
|
|
3259
|
+
}
|
|
3260
|
+
|
|
3261
|
+
{
|
|
3262
|
+
const expected = ffiIntegrity.checksums["uniffi_slatedb_uniffi_checksum_method_db_begin"];
|
|
3263
|
+
const actual = actualChecksums["uniffi_slatedb_uniffi_checksum_method_db_begin"];
|
|
3264
|
+
if (actual !== expected) {
|
|
3265
|
+
throw new ChecksumMismatchError("uniffi_slatedb_uniffi_checksum_method_db_begin", expected, actual, {
|
|
3266
|
+
details: {
|
|
3267
|
+
libraryPath: bindings.libraryPath,
|
|
3268
|
+
packageRelativePath: bindings.packageRelativePath,
|
|
3269
|
+
},
|
|
3270
|
+
});
|
|
3271
|
+
}
|
|
3272
|
+
}
|
|
3273
|
+
|
|
3274
|
+
{
|
|
3275
|
+
const expected = ffiIntegrity.checksums["uniffi_slatedb_uniffi_checksum_method_db_delete"];
|
|
3276
|
+
const actual = actualChecksums["uniffi_slatedb_uniffi_checksum_method_db_delete"];
|
|
3277
|
+
if (actual !== expected) {
|
|
3278
|
+
throw new ChecksumMismatchError("uniffi_slatedb_uniffi_checksum_method_db_delete", expected, actual, {
|
|
3279
|
+
details: {
|
|
3280
|
+
libraryPath: bindings.libraryPath,
|
|
3281
|
+
packageRelativePath: bindings.packageRelativePath,
|
|
3282
|
+
},
|
|
3283
|
+
});
|
|
3284
|
+
}
|
|
3285
|
+
}
|
|
3286
|
+
|
|
3287
|
+
{
|
|
3288
|
+
const expected = ffiIntegrity.checksums["uniffi_slatedb_uniffi_checksum_method_db_delete_with_options"];
|
|
3289
|
+
const actual = actualChecksums["uniffi_slatedb_uniffi_checksum_method_db_delete_with_options"];
|
|
3290
|
+
if (actual !== expected) {
|
|
3291
|
+
throw new ChecksumMismatchError("uniffi_slatedb_uniffi_checksum_method_db_delete_with_options", expected, actual, {
|
|
3292
|
+
details: {
|
|
3293
|
+
libraryPath: bindings.libraryPath,
|
|
3294
|
+
packageRelativePath: bindings.packageRelativePath,
|
|
3295
|
+
},
|
|
3296
|
+
});
|
|
3297
|
+
}
|
|
3298
|
+
}
|
|
3299
|
+
|
|
3300
|
+
{
|
|
3301
|
+
const expected = ffiIntegrity.checksums["uniffi_slatedb_uniffi_checksum_method_db_evict_cached_sst"];
|
|
3302
|
+
const actual = actualChecksums["uniffi_slatedb_uniffi_checksum_method_db_evict_cached_sst"];
|
|
3303
|
+
if (actual !== expected) {
|
|
3304
|
+
throw new ChecksumMismatchError("uniffi_slatedb_uniffi_checksum_method_db_evict_cached_sst", expected, actual, {
|
|
3305
|
+
details: {
|
|
3306
|
+
libraryPath: bindings.libraryPath,
|
|
3307
|
+
packageRelativePath: bindings.packageRelativePath,
|
|
3308
|
+
},
|
|
3309
|
+
});
|
|
3310
|
+
}
|
|
3311
|
+
}
|
|
3312
|
+
|
|
3313
|
+
{
|
|
3314
|
+
const expected = ffiIntegrity.checksums["uniffi_slatedb_uniffi_checksum_method_db_flush"];
|
|
3315
|
+
const actual = actualChecksums["uniffi_slatedb_uniffi_checksum_method_db_flush"];
|
|
3316
|
+
if (actual !== expected) {
|
|
2816
3317
|
throw new ChecksumMismatchError("uniffi_slatedb_uniffi_checksum_method_db_flush", expected, actual, {
|
|
2817
3318
|
details: {
|
|
2818
3319
|
libraryPath: bindings.libraryPath,
|
|
@@ -3030,6 +3531,19 @@ export function validateChecksums(bindings = getFfiBindings()) {
|
|
|
3030
3531
|
}
|
|
3031
3532
|
}
|
|
3032
3533
|
|
|
3534
|
+
{
|
|
3535
|
+
const expected = ffiIntegrity.checksums["uniffi_slatedb_uniffi_checksum_method_db_warm_sst"];
|
|
3536
|
+
const actual = actualChecksums["uniffi_slatedb_uniffi_checksum_method_db_warm_sst"];
|
|
3537
|
+
if (actual !== expected) {
|
|
3538
|
+
throw new ChecksumMismatchError("uniffi_slatedb_uniffi_checksum_method_db_warm_sst", expected, actual, {
|
|
3539
|
+
details: {
|
|
3540
|
+
libraryPath: bindings.libraryPath,
|
|
3541
|
+
packageRelativePath: bindings.packageRelativePath,
|
|
3542
|
+
},
|
|
3543
|
+
});
|
|
3544
|
+
}
|
|
3545
|
+
}
|
|
3546
|
+
|
|
3033
3547
|
{
|
|
3034
3548
|
const expected = ffiIntegrity.checksums["uniffi_slatedb_uniffi_checksum_method_db_write"];
|
|
3035
3549
|
const actual = actualChecksums["uniffi_slatedb_uniffi_checksum_method_db_write"];
|
|
@@ -3056,6 +3570,19 @@ export function validateChecksums(bindings = getFfiBindings()) {
|
|
|
3056
3570
|
}
|
|
3057
3571
|
}
|
|
3058
3572
|
|
|
3573
|
+
{
|
|
3574
|
+
const expected = ffiIntegrity.checksums["uniffi_slatedb_uniffi_checksum_method_dbreader_evict_cached_sst"];
|
|
3575
|
+
const actual = actualChecksums["uniffi_slatedb_uniffi_checksum_method_dbreader_evict_cached_sst"];
|
|
3576
|
+
if (actual !== expected) {
|
|
3577
|
+
throw new ChecksumMismatchError("uniffi_slatedb_uniffi_checksum_method_dbreader_evict_cached_sst", expected, actual, {
|
|
3578
|
+
details: {
|
|
3579
|
+
libraryPath: bindings.libraryPath,
|
|
3580
|
+
packageRelativePath: bindings.packageRelativePath,
|
|
3581
|
+
},
|
|
3582
|
+
});
|
|
3583
|
+
}
|
|
3584
|
+
}
|
|
3585
|
+
|
|
3059
3586
|
{
|
|
3060
3587
|
const expected = ffiIntegrity.checksums["uniffi_slatedb_uniffi_checksum_method_dbreader_get"];
|
|
3061
3588
|
const actual = actualChecksums["uniffi_slatedb_uniffi_checksum_method_dbreader_get"];
|
|
@@ -3069,6 +3596,32 @@ export function validateChecksums(bindings = getFfiBindings()) {
|
|
|
3069
3596
|
}
|
|
3070
3597
|
}
|
|
3071
3598
|
|
|
3599
|
+
{
|
|
3600
|
+
const expected = ffiIntegrity.checksums["uniffi_slatedb_uniffi_checksum_method_dbreader_get_key_value"];
|
|
3601
|
+
const actual = actualChecksums["uniffi_slatedb_uniffi_checksum_method_dbreader_get_key_value"];
|
|
3602
|
+
if (actual !== expected) {
|
|
3603
|
+
throw new ChecksumMismatchError("uniffi_slatedb_uniffi_checksum_method_dbreader_get_key_value", expected, actual, {
|
|
3604
|
+
details: {
|
|
3605
|
+
libraryPath: bindings.libraryPath,
|
|
3606
|
+
packageRelativePath: bindings.packageRelativePath,
|
|
3607
|
+
},
|
|
3608
|
+
});
|
|
3609
|
+
}
|
|
3610
|
+
}
|
|
3611
|
+
|
|
3612
|
+
{
|
|
3613
|
+
const expected = ffiIntegrity.checksums["uniffi_slatedb_uniffi_checksum_method_dbreader_get_key_value_with_options"];
|
|
3614
|
+
const actual = actualChecksums["uniffi_slatedb_uniffi_checksum_method_dbreader_get_key_value_with_options"];
|
|
3615
|
+
if (actual !== expected) {
|
|
3616
|
+
throw new ChecksumMismatchError("uniffi_slatedb_uniffi_checksum_method_dbreader_get_key_value_with_options", expected, actual, {
|
|
3617
|
+
details: {
|
|
3618
|
+
libraryPath: bindings.libraryPath,
|
|
3619
|
+
packageRelativePath: bindings.packageRelativePath,
|
|
3620
|
+
},
|
|
3621
|
+
});
|
|
3622
|
+
}
|
|
3623
|
+
}
|
|
3624
|
+
|
|
3072
3625
|
{
|
|
3073
3626
|
const expected = ffiIntegrity.checksums["uniffi_slatedb_uniffi_checksum_method_dbreader_get_with_options"];
|
|
3074
3627
|
const actual = actualChecksums["uniffi_slatedb_uniffi_checksum_method_dbreader_get_with_options"];
|
|
@@ -3160,6 +3713,19 @@ export function validateChecksums(bindings = getFfiBindings()) {
|
|
|
3160
3713
|
}
|
|
3161
3714
|
}
|
|
3162
3715
|
|
|
3716
|
+
{
|
|
3717
|
+
const expected = ffiIntegrity.checksums["uniffi_slatedb_uniffi_checksum_method_dbreader_warm_sst"];
|
|
3718
|
+
const actual = actualChecksums["uniffi_slatedb_uniffi_checksum_method_dbreader_warm_sst"];
|
|
3719
|
+
if (actual !== expected) {
|
|
3720
|
+
throw new ChecksumMismatchError("uniffi_slatedb_uniffi_checksum_method_dbreader_warm_sst", expected, actual, {
|
|
3721
|
+
details: {
|
|
3722
|
+
libraryPath: bindings.libraryPath,
|
|
3723
|
+
packageRelativePath: bindings.packageRelativePath,
|
|
3724
|
+
},
|
|
3725
|
+
});
|
|
3726
|
+
}
|
|
3727
|
+
}
|
|
3728
|
+
|
|
3163
3729
|
{
|
|
3164
3730
|
const expected = ffiIntegrity.checksums["uniffi_slatedb_uniffi_checksum_method_dbsnapshot_get"];
|
|
3165
3731
|
const actual = actualChecksums["uniffi_slatedb_uniffi_checksum_method_dbsnapshot_get"];
|
|
@@ -3967,10 +4533,10 @@ export function validateChecksums(bindings = getFfiBindings()) {
|
|
|
3967
4533
|
}
|
|
3968
4534
|
|
|
3969
4535
|
{
|
|
3970
|
-
const expected = ffiIntegrity.checksums["
|
|
3971
|
-
const actual = actualChecksums["
|
|
4536
|
+
const expected = ffiIntegrity.checksums["uniffi_slatedb_uniffi_checksum_constructor_adminbuilder_new"];
|
|
4537
|
+
const actual = actualChecksums["uniffi_slatedb_uniffi_checksum_constructor_adminbuilder_new"];
|
|
3972
4538
|
if (actual !== expected) {
|
|
3973
|
-
throw new ChecksumMismatchError("
|
|
4539
|
+
throw new ChecksumMismatchError("uniffi_slatedb_uniffi_checksum_constructor_adminbuilder_new", expected, actual, {
|
|
3974
4540
|
details: {
|
|
3975
4541
|
libraryPath: bindings.libraryPath,
|
|
3976
4542
|
packageRelativePath: bindings.packageRelativePath,
|
|
@@ -3980,10 +4546,10 @@ export function validateChecksums(bindings = getFfiBindings()) {
|
|
|
3980
4546
|
}
|
|
3981
4547
|
|
|
3982
4548
|
{
|
|
3983
|
-
const expected = ffiIntegrity.checksums["
|
|
3984
|
-
const actual = actualChecksums["
|
|
4549
|
+
const expected = ffiIntegrity.checksums["uniffi_slatedb_uniffi_checksum_constructor_dbbuilder_new"];
|
|
4550
|
+
const actual = actualChecksums["uniffi_slatedb_uniffi_checksum_constructor_dbbuilder_new"];
|
|
3985
4551
|
if (actual !== expected) {
|
|
3986
|
-
throw new ChecksumMismatchError("
|
|
4552
|
+
throw new ChecksumMismatchError("uniffi_slatedb_uniffi_checksum_constructor_dbbuilder_new", expected, actual, {
|
|
3987
4553
|
details: {
|
|
3988
4554
|
libraryPath: bindings.libraryPath,
|
|
3989
4555
|
packageRelativePath: bindings.packageRelativePath,
|
|
@@ -3993,10 +4559,10 @@ export function validateChecksums(bindings = getFfiBindings()) {
|
|
|
3993
4559
|
}
|
|
3994
4560
|
|
|
3995
4561
|
{
|
|
3996
|
-
const expected = ffiIntegrity.checksums["
|
|
3997
|
-
const actual = actualChecksums["
|
|
4562
|
+
const expected = ffiIntegrity.checksums["uniffi_slatedb_uniffi_checksum_constructor_dbreaderbuilder_new"];
|
|
4563
|
+
const actual = actualChecksums["uniffi_slatedb_uniffi_checksum_constructor_dbreaderbuilder_new"];
|
|
3998
4564
|
if (actual !== expected) {
|
|
3999
|
-
throw new ChecksumMismatchError("
|
|
4565
|
+
throw new ChecksumMismatchError("uniffi_slatedb_uniffi_checksum_constructor_dbreaderbuilder_new", expected, actual, {
|
|
4000
4566
|
details: {
|
|
4001
4567
|
libraryPath: bindings.libraryPath,
|
|
4002
4568
|
packageRelativePath: bindings.packageRelativePath,
|
|
@@ -4006,10 +4572,10 @@ export function validateChecksums(bindings = getFfiBindings()) {
|
|
|
4006
4572
|
}
|
|
4007
4573
|
|
|
4008
4574
|
{
|
|
4009
|
-
const expected = ffiIntegrity.checksums["
|
|
4010
|
-
const actual = actualChecksums["
|
|
4575
|
+
const expected = ffiIntegrity.checksums["uniffi_slatedb_uniffi_checksum_constructor_dbcache_new_foyer_cache"];
|
|
4576
|
+
const actual = actualChecksums["uniffi_slatedb_uniffi_checksum_constructor_dbcache_new_foyer_cache"];
|
|
4011
4577
|
if (actual !== expected) {
|
|
4012
|
-
throw new ChecksumMismatchError("
|
|
4578
|
+
throw new ChecksumMismatchError("uniffi_slatedb_uniffi_checksum_constructor_dbcache_new_foyer_cache", expected, actual, {
|
|
4013
4579
|
details: {
|
|
4014
4580
|
libraryPath: bindings.libraryPath,
|
|
4015
4581
|
packageRelativePath: bindings.packageRelativePath,
|
|
@@ -4019,10 +4585,10 @@ export function validateChecksums(bindings = getFfiBindings()) {
|
|
|
4019
4585
|
}
|
|
4020
4586
|
|
|
4021
4587
|
{
|
|
4022
|
-
const expected = ffiIntegrity.checksums["
|
|
4023
|
-
const actual = actualChecksums["
|
|
4588
|
+
const expected = ffiIntegrity.checksums["uniffi_slatedb_uniffi_checksum_constructor_dbcache_new_moka_cache"];
|
|
4589
|
+
const actual = actualChecksums["uniffi_slatedb_uniffi_checksum_constructor_dbcache_new_moka_cache"];
|
|
4024
4590
|
if (actual !== expected) {
|
|
4025
|
-
throw new ChecksumMismatchError("
|
|
4591
|
+
throw new ChecksumMismatchError("uniffi_slatedb_uniffi_checksum_constructor_dbcache_new_moka_cache", expected, actual, {
|
|
4026
4592
|
details: {
|
|
4027
4593
|
libraryPath: bindings.libraryPath,
|
|
4028
4594
|
packageRelativePath: bindings.packageRelativePath,
|
|
@@ -4032,10 +4598,62 @@ export function validateChecksums(bindings = getFfiBindings()) {
|
|
|
4032
4598
|
}
|
|
4033
4599
|
|
|
4034
4600
|
{
|
|
4035
|
-
const expected = ffiIntegrity.checksums["
|
|
4036
|
-
const actual = actualChecksums["
|
|
4601
|
+
const expected = ffiIntegrity.checksums["uniffi_slatedb_uniffi_checksum_constructor_dbcache_new_split_cache"];
|
|
4602
|
+
const actual = actualChecksums["uniffi_slatedb_uniffi_checksum_constructor_dbcache_new_split_cache"];
|
|
4037
4603
|
if (actual !== expected) {
|
|
4038
|
-
throw new ChecksumMismatchError("
|
|
4604
|
+
throw new ChecksumMismatchError("uniffi_slatedb_uniffi_checksum_constructor_dbcache_new_split_cache", expected, actual, {
|
|
4605
|
+
details: {
|
|
4606
|
+
libraryPath: bindings.libraryPath,
|
|
4607
|
+
packageRelativePath: bindings.packageRelativePath,
|
|
4608
|
+
},
|
|
4609
|
+
});
|
|
4610
|
+
}
|
|
4611
|
+
}
|
|
4612
|
+
|
|
4613
|
+
{
|
|
4614
|
+
const expected = ffiIntegrity.checksums["uniffi_slatedb_uniffi_checksum_constructor_defaultmetricsrecorder_new"];
|
|
4615
|
+
const actual = actualChecksums["uniffi_slatedb_uniffi_checksum_constructor_defaultmetricsrecorder_new"];
|
|
4616
|
+
if (actual !== expected) {
|
|
4617
|
+
throw new ChecksumMismatchError("uniffi_slatedb_uniffi_checksum_constructor_defaultmetricsrecorder_new", expected, actual, {
|
|
4618
|
+
details: {
|
|
4619
|
+
libraryPath: bindings.libraryPath,
|
|
4620
|
+
packageRelativePath: bindings.packageRelativePath,
|
|
4621
|
+
},
|
|
4622
|
+
});
|
|
4623
|
+
}
|
|
4624
|
+
}
|
|
4625
|
+
|
|
4626
|
+
{
|
|
4627
|
+
const expected = ffiIntegrity.checksums["uniffi_slatedb_uniffi_checksum_constructor_objectstore_from_env"];
|
|
4628
|
+
const actual = actualChecksums["uniffi_slatedb_uniffi_checksum_constructor_objectstore_from_env"];
|
|
4629
|
+
if (actual !== expected) {
|
|
4630
|
+
throw new ChecksumMismatchError("uniffi_slatedb_uniffi_checksum_constructor_objectstore_from_env", expected, actual, {
|
|
4631
|
+
details: {
|
|
4632
|
+
libraryPath: bindings.libraryPath,
|
|
4633
|
+
packageRelativePath: bindings.packageRelativePath,
|
|
4634
|
+
},
|
|
4635
|
+
});
|
|
4636
|
+
}
|
|
4637
|
+
}
|
|
4638
|
+
|
|
4639
|
+
{
|
|
4640
|
+
const expected = ffiIntegrity.checksums["uniffi_slatedb_uniffi_checksum_constructor_objectstore_resolve"];
|
|
4641
|
+
const actual = actualChecksums["uniffi_slatedb_uniffi_checksum_constructor_objectstore_resolve"];
|
|
4642
|
+
if (actual !== expected) {
|
|
4643
|
+
throw new ChecksumMismatchError("uniffi_slatedb_uniffi_checksum_constructor_objectstore_resolve", expected, actual, {
|
|
4644
|
+
details: {
|
|
4645
|
+
libraryPath: bindings.libraryPath,
|
|
4646
|
+
packageRelativePath: bindings.packageRelativePath,
|
|
4647
|
+
},
|
|
4648
|
+
});
|
|
4649
|
+
}
|
|
4650
|
+
}
|
|
4651
|
+
|
|
4652
|
+
{
|
|
4653
|
+
const expected = ffiIntegrity.checksums["uniffi_slatedb_uniffi_checksum_constructor_settings_default"];
|
|
4654
|
+
const actual = actualChecksums["uniffi_slatedb_uniffi_checksum_constructor_settings_default"];
|
|
4655
|
+
if (actual !== expected) {
|
|
4656
|
+
throw new ChecksumMismatchError("uniffi_slatedb_uniffi_checksum_constructor_settings_default", expected, actual, {
|
|
4039
4657
|
details: {
|
|
4040
4658
|
libraryPath: bindings.libraryPath,
|
|
4041
4659
|
packageRelativePath: bindings.packageRelativePath,
|
|
@@ -4140,6 +4758,270 @@ export function validateChecksums(bindings = getFfiBindings()) {
|
|
|
4140
4758
|
|
|
4141
4759
|
export const ffiFunctions = Object.freeze({
|
|
4142
4760
|
|
|
4761
|
+
uniffi_slatedb_uniffi_fn_clone_admin(...args) {
|
|
4762
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_clone_admin(...args);
|
|
4763
|
+
|
|
4764
|
+
return normalizeHandle(result);
|
|
4765
|
+
|
|
4766
|
+
},
|
|
4767
|
+
|
|
4768
|
+
|
|
4769
|
+
uniffi_slatedb_uniffi_fn_clone_admin_generic_abi(...args) {
|
|
4770
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_clone_admin_generic_abi(...args);
|
|
4771
|
+
|
|
4772
|
+
return normalizeHandle(result);
|
|
4773
|
+
|
|
4774
|
+
},
|
|
4775
|
+
|
|
4776
|
+
|
|
4777
|
+
uniffi_slatedb_uniffi_fn_free_admin(...args) {
|
|
4778
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_free_admin(...args);
|
|
4779
|
+
|
|
4780
|
+
return result;
|
|
4781
|
+
|
|
4782
|
+
},
|
|
4783
|
+
|
|
4784
|
+
|
|
4785
|
+
uniffi_slatedb_uniffi_fn_free_admin_generic_abi(...args) {
|
|
4786
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_free_admin_generic_abi(...args);
|
|
4787
|
+
|
|
4788
|
+
return result;
|
|
4789
|
+
|
|
4790
|
+
},
|
|
4791
|
+
|
|
4792
|
+
|
|
4793
|
+
uniffi_slatedb_uniffi_fn_method_admin_get_sequence_for_timestamp(...args) {
|
|
4794
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_method_admin_get_sequence_for_timestamp(...args);
|
|
4795
|
+
|
|
4796
|
+
return normalizeHandle(result);
|
|
4797
|
+
|
|
4798
|
+
},
|
|
4799
|
+
|
|
4800
|
+
|
|
4801
|
+
uniffi_slatedb_uniffi_fn_method_admin_get_sequence_for_timestamp_generic_abi(...args) {
|
|
4802
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_method_admin_get_sequence_for_timestamp_generic_abi(...args);
|
|
4803
|
+
|
|
4804
|
+
return normalizeHandle(result);
|
|
4805
|
+
|
|
4806
|
+
},
|
|
4807
|
+
|
|
4808
|
+
|
|
4809
|
+
uniffi_slatedb_uniffi_fn_method_admin_get_timestamp_for_sequence(...args) {
|
|
4810
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_method_admin_get_timestamp_for_sequence(...args);
|
|
4811
|
+
|
|
4812
|
+
return normalizeHandle(result);
|
|
4813
|
+
|
|
4814
|
+
},
|
|
4815
|
+
|
|
4816
|
+
|
|
4817
|
+
uniffi_slatedb_uniffi_fn_method_admin_get_timestamp_for_sequence_generic_abi(...args) {
|
|
4818
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_method_admin_get_timestamp_for_sequence_generic_abi(...args);
|
|
4819
|
+
|
|
4820
|
+
return normalizeHandle(result);
|
|
4821
|
+
|
|
4822
|
+
},
|
|
4823
|
+
|
|
4824
|
+
|
|
4825
|
+
uniffi_slatedb_uniffi_fn_method_admin_list_checkpoints(...args) {
|
|
4826
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_method_admin_list_checkpoints(...args);
|
|
4827
|
+
|
|
4828
|
+
return normalizeHandle(result);
|
|
4829
|
+
|
|
4830
|
+
},
|
|
4831
|
+
|
|
4832
|
+
|
|
4833
|
+
uniffi_slatedb_uniffi_fn_method_admin_list_checkpoints_generic_abi(...args) {
|
|
4834
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_method_admin_list_checkpoints_generic_abi(...args);
|
|
4835
|
+
|
|
4836
|
+
return normalizeHandle(result);
|
|
4837
|
+
|
|
4838
|
+
},
|
|
4839
|
+
|
|
4840
|
+
|
|
4841
|
+
uniffi_slatedb_uniffi_fn_method_admin_list_compactions(...args) {
|
|
4842
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_method_admin_list_compactions(...args);
|
|
4843
|
+
|
|
4844
|
+
return normalizeHandle(result);
|
|
4845
|
+
|
|
4846
|
+
},
|
|
4847
|
+
|
|
4848
|
+
|
|
4849
|
+
uniffi_slatedb_uniffi_fn_method_admin_list_compactions_generic_abi(...args) {
|
|
4850
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_method_admin_list_compactions_generic_abi(...args);
|
|
4851
|
+
|
|
4852
|
+
return normalizeHandle(result);
|
|
4853
|
+
|
|
4854
|
+
},
|
|
4855
|
+
|
|
4856
|
+
|
|
4857
|
+
uniffi_slatedb_uniffi_fn_method_admin_list_manifests(...args) {
|
|
4858
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_method_admin_list_manifests(...args);
|
|
4859
|
+
|
|
4860
|
+
return normalizeHandle(result);
|
|
4861
|
+
|
|
4862
|
+
},
|
|
4863
|
+
|
|
4864
|
+
|
|
4865
|
+
uniffi_slatedb_uniffi_fn_method_admin_list_manifests_generic_abi(...args) {
|
|
4866
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_method_admin_list_manifests_generic_abi(...args);
|
|
4867
|
+
|
|
4868
|
+
return normalizeHandle(result);
|
|
4869
|
+
|
|
4870
|
+
},
|
|
4871
|
+
|
|
4872
|
+
|
|
4873
|
+
uniffi_slatedb_uniffi_fn_method_admin_read_compaction(...args) {
|
|
4874
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_method_admin_read_compaction(...args);
|
|
4875
|
+
|
|
4876
|
+
return normalizeHandle(result);
|
|
4877
|
+
|
|
4878
|
+
},
|
|
4879
|
+
|
|
4880
|
+
|
|
4881
|
+
uniffi_slatedb_uniffi_fn_method_admin_read_compaction_generic_abi(...args) {
|
|
4882
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_method_admin_read_compaction_generic_abi(...args);
|
|
4883
|
+
|
|
4884
|
+
return normalizeHandle(result);
|
|
4885
|
+
|
|
4886
|
+
},
|
|
4887
|
+
|
|
4888
|
+
|
|
4889
|
+
uniffi_slatedb_uniffi_fn_method_admin_read_compactions(...args) {
|
|
4890
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_method_admin_read_compactions(...args);
|
|
4891
|
+
|
|
4892
|
+
return normalizeHandle(result);
|
|
4893
|
+
|
|
4894
|
+
},
|
|
4895
|
+
|
|
4896
|
+
|
|
4897
|
+
uniffi_slatedb_uniffi_fn_method_admin_read_compactions_generic_abi(...args) {
|
|
4898
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_method_admin_read_compactions_generic_abi(...args);
|
|
4899
|
+
|
|
4900
|
+
return normalizeHandle(result);
|
|
4901
|
+
|
|
4902
|
+
},
|
|
4903
|
+
|
|
4904
|
+
|
|
4905
|
+
uniffi_slatedb_uniffi_fn_method_admin_read_compactor_state_view(...args) {
|
|
4906
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_method_admin_read_compactor_state_view(...args);
|
|
4907
|
+
|
|
4908
|
+
return normalizeHandle(result);
|
|
4909
|
+
|
|
4910
|
+
},
|
|
4911
|
+
|
|
4912
|
+
|
|
4913
|
+
uniffi_slatedb_uniffi_fn_method_admin_read_compactor_state_view_generic_abi(...args) {
|
|
4914
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_method_admin_read_compactor_state_view_generic_abi(...args);
|
|
4915
|
+
|
|
4916
|
+
return normalizeHandle(result);
|
|
4917
|
+
|
|
4918
|
+
},
|
|
4919
|
+
|
|
4920
|
+
|
|
4921
|
+
uniffi_slatedb_uniffi_fn_method_admin_read_manifest(...args) {
|
|
4922
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_method_admin_read_manifest(...args);
|
|
4923
|
+
|
|
4924
|
+
return normalizeHandle(result);
|
|
4925
|
+
|
|
4926
|
+
},
|
|
4927
|
+
|
|
4928
|
+
|
|
4929
|
+
uniffi_slatedb_uniffi_fn_method_admin_read_manifest_generic_abi(...args) {
|
|
4930
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_method_admin_read_manifest_generic_abi(...args);
|
|
4931
|
+
|
|
4932
|
+
return normalizeHandle(result);
|
|
4933
|
+
|
|
4934
|
+
},
|
|
4935
|
+
|
|
4936
|
+
|
|
4937
|
+
uniffi_slatedb_uniffi_fn_clone_adminbuilder(...args) {
|
|
4938
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_clone_adminbuilder(...args);
|
|
4939
|
+
|
|
4940
|
+
return normalizeHandle(result);
|
|
4941
|
+
|
|
4942
|
+
},
|
|
4943
|
+
|
|
4944
|
+
|
|
4945
|
+
uniffi_slatedb_uniffi_fn_clone_adminbuilder_generic_abi(...args) {
|
|
4946
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_clone_adminbuilder_generic_abi(...args);
|
|
4947
|
+
|
|
4948
|
+
return normalizeHandle(result);
|
|
4949
|
+
|
|
4950
|
+
},
|
|
4951
|
+
|
|
4952
|
+
|
|
4953
|
+
uniffi_slatedb_uniffi_fn_free_adminbuilder(...args) {
|
|
4954
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_free_adminbuilder(...args);
|
|
4955
|
+
|
|
4956
|
+
return result;
|
|
4957
|
+
|
|
4958
|
+
},
|
|
4959
|
+
|
|
4960
|
+
|
|
4961
|
+
uniffi_slatedb_uniffi_fn_free_adminbuilder_generic_abi(...args) {
|
|
4962
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_free_adminbuilder_generic_abi(...args);
|
|
4963
|
+
|
|
4964
|
+
return result;
|
|
4965
|
+
|
|
4966
|
+
},
|
|
4967
|
+
|
|
4968
|
+
|
|
4969
|
+
uniffi_slatedb_uniffi_fn_constructor_adminbuilder_new(...args) {
|
|
4970
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_constructor_adminbuilder_new(...args);
|
|
4971
|
+
|
|
4972
|
+
return normalizeHandle(result);
|
|
4973
|
+
|
|
4974
|
+
},
|
|
4975
|
+
|
|
4976
|
+
|
|
4977
|
+
uniffi_slatedb_uniffi_fn_method_adminbuilder_build(...args) {
|
|
4978
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_method_adminbuilder_build(...args);
|
|
4979
|
+
|
|
4980
|
+
return normalizeHandle(result);
|
|
4981
|
+
|
|
4982
|
+
},
|
|
4983
|
+
|
|
4984
|
+
|
|
4985
|
+
uniffi_slatedb_uniffi_fn_method_adminbuilder_build_generic_abi(...args) {
|
|
4986
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_method_adminbuilder_build_generic_abi(...args);
|
|
4987
|
+
|
|
4988
|
+
return normalizeHandle(result);
|
|
4989
|
+
|
|
4990
|
+
},
|
|
4991
|
+
|
|
4992
|
+
|
|
4993
|
+
uniffi_slatedb_uniffi_fn_method_adminbuilder_with_seed(...args) {
|
|
4994
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_method_adminbuilder_with_seed(...args);
|
|
4995
|
+
|
|
4996
|
+
return result;
|
|
4997
|
+
|
|
4998
|
+
},
|
|
4999
|
+
|
|
5000
|
+
|
|
5001
|
+
uniffi_slatedb_uniffi_fn_method_adminbuilder_with_seed_generic_abi(...args) {
|
|
5002
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_method_adminbuilder_with_seed_generic_abi(...args);
|
|
5003
|
+
|
|
5004
|
+
return result;
|
|
5005
|
+
|
|
5006
|
+
},
|
|
5007
|
+
|
|
5008
|
+
|
|
5009
|
+
uniffi_slatedb_uniffi_fn_method_adminbuilder_with_wal_object_store(...args) {
|
|
5010
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_method_adminbuilder_with_wal_object_store(...args);
|
|
5011
|
+
|
|
5012
|
+
return result;
|
|
5013
|
+
|
|
5014
|
+
},
|
|
5015
|
+
|
|
5016
|
+
|
|
5017
|
+
uniffi_slatedb_uniffi_fn_method_adminbuilder_with_wal_object_store_generic_abi(...args) {
|
|
5018
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_method_adminbuilder_with_wal_object_store_generic_abi(...args);
|
|
5019
|
+
|
|
5020
|
+
return result;
|
|
5021
|
+
|
|
5022
|
+
},
|
|
5023
|
+
|
|
5024
|
+
|
|
4143
5025
|
uniffi_slatedb_uniffi_fn_clone_dbbuilder(...args) {
|
|
4144
5026
|
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_clone_dbbuilder(...args);
|
|
4145
5027
|
|
|
@@ -4196,6 +5078,22 @@ export const ffiFunctions = Object.freeze({
|
|
|
4196
5078
|
},
|
|
4197
5079
|
|
|
4198
5080
|
|
|
5081
|
+
uniffi_slatedb_uniffi_fn_method_dbbuilder_with_db_cache(...args) {
|
|
5082
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_method_dbbuilder_with_db_cache(...args);
|
|
5083
|
+
|
|
5084
|
+
return result;
|
|
5085
|
+
|
|
5086
|
+
},
|
|
5087
|
+
|
|
5088
|
+
|
|
5089
|
+
uniffi_slatedb_uniffi_fn_method_dbbuilder_with_db_cache_generic_abi(...args) {
|
|
5090
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_method_dbbuilder_with_db_cache_generic_abi(...args);
|
|
5091
|
+
|
|
5092
|
+
return result;
|
|
5093
|
+
|
|
5094
|
+
},
|
|
5095
|
+
|
|
5096
|
+
|
|
4199
5097
|
uniffi_slatedb_uniffi_fn_method_dbbuilder_with_db_cache_disabled(...args) {
|
|
4200
5098
|
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_method_dbbuilder_with_db_cache_disabled(...args);
|
|
4201
5099
|
|
|
@@ -4524,6 +5422,22 @@ export const ffiFunctions = Object.freeze({
|
|
|
4524
5422
|
},
|
|
4525
5423
|
|
|
4526
5424
|
|
|
5425
|
+
uniffi_slatedb_uniffi_fn_method_db_evict_cached_sst(...args) {
|
|
5426
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_method_db_evict_cached_sst(...args);
|
|
5427
|
+
|
|
5428
|
+
return normalizeHandle(result);
|
|
5429
|
+
|
|
5430
|
+
},
|
|
5431
|
+
|
|
5432
|
+
|
|
5433
|
+
uniffi_slatedb_uniffi_fn_method_db_evict_cached_sst_generic_abi(...args) {
|
|
5434
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_method_db_evict_cached_sst_generic_abi(...args);
|
|
5435
|
+
|
|
5436
|
+
return normalizeHandle(result);
|
|
5437
|
+
|
|
5438
|
+
},
|
|
5439
|
+
|
|
5440
|
+
|
|
4527
5441
|
uniffi_slatedb_uniffi_fn_method_db_flush(...args) {
|
|
4528
5442
|
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_method_db_flush(...args);
|
|
4529
5443
|
|
|
@@ -4796,6 +5710,22 @@ export const ffiFunctions = Object.freeze({
|
|
|
4796
5710
|
},
|
|
4797
5711
|
|
|
4798
5712
|
|
|
5713
|
+
uniffi_slatedb_uniffi_fn_method_db_warm_sst(...args) {
|
|
5714
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_method_db_warm_sst(...args);
|
|
5715
|
+
|
|
5716
|
+
return normalizeHandle(result);
|
|
5717
|
+
|
|
5718
|
+
},
|
|
5719
|
+
|
|
5720
|
+
|
|
5721
|
+
uniffi_slatedb_uniffi_fn_method_db_warm_sst_generic_abi(...args) {
|
|
5722
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_method_db_warm_sst_generic_abi(...args);
|
|
5723
|
+
|
|
5724
|
+
return normalizeHandle(result);
|
|
5725
|
+
|
|
5726
|
+
},
|
|
5727
|
+
|
|
5728
|
+
|
|
4799
5729
|
uniffi_slatedb_uniffi_fn_method_db_write(...args) {
|
|
4800
5730
|
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_method_db_write(...args);
|
|
4801
5731
|
|
|
@@ -4828,6 +5758,70 @@ export const ffiFunctions = Object.freeze({
|
|
|
4828
5758
|
},
|
|
4829
5759
|
|
|
4830
5760
|
|
|
5761
|
+
uniffi_slatedb_uniffi_fn_clone_dbcache(...args) {
|
|
5762
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_clone_dbcache(...args);
|
|
5763
|
+
|
|
5764
|
+
return normalizeHandle(result);
|
|
5765
|
+
|
|
5766
|
+
},
|
|
5767
|
+
|
|
5768
|
+
|
|
5769
|
+
uniffi_slatedb_uniffi_fn_clone_dbcache_generic_abi(...args) {
|
|
5770
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_clone_dbcache_generic_abi(...args);
|
|
5771
|
+
|
|
5772
|
+
return normalizeHandle(result);
|
|
5773
|
+
|
|
5774
|
+
},
|
|
5775
|
+
|
|
5776
|
+
|
|
5777
|
+
uniffi_slatedb_uniffi_fn_free_dbcache(...args) {
|
|
5778
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_free_dbcache(...args);
|
|
5779
|
+
|
|
5780
|
+
return result;
|
|
5781
|
+
|
|
5782
|
+
},
|
|
5783
|
+
|
|
5784
|
+
|
|
5785
|
+
uniffi_slatedb_uniffi_fn_free_dbcache_generic_abi(...args) {
|
|
5786
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_free_dbcache_generic_abi(...args);
|
|
5787
|
+
|
|
5788
|
+
return result;
|
|
5789
|
+
|
|
5790
|
+
},
|
|
5791
|
+
|
|
5792
|
+
|
|
5793
|
+
uniffi_slatedb_uniffi_fn_constructor_dbcache_new_foyer_cache(...args) {
|
|
5794
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_constructor_dbcache_new_foyer_cache(...args);
|
|
5795
|
+
|
|
5796
|
+
return normalizeHandle(result);
|
|
5797
|
+
|
|
5798
|
+
},
|
|
5799
|
+
|
|
5800
|
+
|
|
5801
|
+
uniffi_slatedb_uniffi_fn_constructor_dbcache_new_moka_cache(...args) {
|
|
5802
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_constructor_dbcache_new_moka_cache(...args);
|
|
5803
|
+
|
|
5804
|
+
return normalizeHandle(result);
|
|
5805
|
+
|
|
5806
|
+
},
|
|
5807
|
+
|
|
5808
|
+
|
|
5809
|
+
uniffi_slatedb_uniffi_fn_constructor_dbcache_new_split_cache(...args) {
|
|
5810
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_constructor_dbcache_new_split_cache(...args);
|
|
5811
|
+
|
|
5812
|
+
return normalizeHandle(result);
|
|
5813
|
+
|
|
5814
|
+
},
|
|
5815
|
+
|
|
5816
|
+
|
|
5817
|
+
uniffi_slatedb_uniffi_fn_constructor_dbcache_new_split_cache_generic_abi(...args) {
|
|
5818
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_constructor_dbcache_new_split_cache_generic_abi(...args);
|
|
5819
|
+
|
|
5820
|
+
return normalizeHandle(result);
|
|
5821
|
+
|
|
5822
|
+
},
|
|
5823
|
+
|
|
5824
|
+
|
|
4831
5825
|
uniffi_slatedb_uniffi_fn_clone_dbreader(...args) {
|
|
4832
5826
|
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_clone_dbreader(...args);
|
|
4833
5827
|
|
|
@@ -4860,6 +5854,22 @@ export const ffiFunctions = Object.freeze({
|
|
|
4860
5854
|
},
|
|
4861
5855
|
|
|
4862
5856
|
|
|
5857
|
+
uniffi_slatedb_uniffi_fn_method_dbreader_evict_cached_sst(...args) {
|
|
5858
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_method_dbreader_evict_cached_sst(...args);
|
|
5859
|
+
|
|
5860
|
+
return normalizeHandle(result);
|
|
5861
|
+
|
|
5862
|
+
},
|
|
5863
|
+
|
|
5864
|
+
|
|
5865
|
+
uniffi_slatedb_uniffi_fn_method_dbreader_evict_cached_sst_generic_abi(...args) {
|
|
5866
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_method_dbreader_evict_cached_sst_generic_abi(...args);
|
|
5867
|
+
|
|
5868
|
+
return normalizeHandle(result);
|
|
5869
|
+
|
|
5870
|
+
},
|
|
5871
|
+
|
|
5872
|
+
|
|
4863
5873
|
uniffi_slatedb_uniffi_fn_method_dbreader_get(...args) {
|
|
4864
5874
|
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_method_dbreader_get(...args);
|
|
4865
5875
|
|
|
@@ -4876,6 +5886,38 @@ export const ffiFunctions = Object.freeze({
|
|
|
4876
5886
|
},
|
|
4877
5887
|
|
|
4878
5888
|
|
|
5889
|
+
uniffi_slatedb_uniffi_fn_method_dbreader_get_key_value(...args) {
|
|
5890
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_method_dbreader_get_key_value(...args);
|
|
5891
|
+
|
|
5892
|
+
return normalizeHandle(result);
|
|
5893
|
+
|
|
5894
|
+
},
|
|
5895
|
+
|
|
5896
|
+
|
|
5897
|
+
uniffi_slatedb_uniffi_fn_method_dbreader_get_key_value_generic_abi(...args) {
|
|
5898
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_method_dbreader_get_key_value_generic_abi(...args);
|
|
5899
|
+
|
|
5900
|
+
return normalizeHandle(result);
|
|
5901
|
+
|
|
5902
|
+
},
|
|
5903
|
+
|
|
5904
|
+
|
|
5905
|
+
uniffi_slatedb_uniffi_fn_method_dbreader_get_key_value_with_options(...args) {
|
|
5906
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_method_dbreader_get_key_value_with_options(...args);
|
|
5907
|
+
|
|
5908
|
+
return normalizeHandle(result);
|
|
5909
|
+
|
|
5910
|
+
},
|
|
5911
|
+
|
|
5912
|
+
|
|
5913
|
+
uniffi_slatedb_uniffi_fn_method_dbreader_get_key_value_with_options_generic_abi(...args) {
|
|
5914
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_method_dbreader_get_key_value_with_options_generic_abi(...args);
|
|
5915
|
+
|
|
5916
|
+
return normalizeHandle(result);
|
|
5917
|
+
|
|
5918
|
+
},
|
|
5919
|
+
|
|
5920
|
+
|
|
4879
5921
|
uniffi_slatedb_uniffi_fn_method_dbreader_get_with_options(...args) {
|
|
4880
5922
|
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_method_dbreader_get_with_options(...args);
|
|
4881
5923
|
|
|
@@ -4988,6 +6030,22 @@ export const ffiFunctions = Object.freeze({
|
|
|
4988
6030
|
},
|
|
4989
6031
|
|
|
4990
6032
|
|
|
6033
|
+
uniffi_slatedb_uniffi_fn_method_dbreader_warm_sst(...args) {
|
|
6034
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_method_dbreader_warm_sst(...args);
|
|
6035
|
+
|
|
6036
|
+
return normalizeHandle(result);
|
|
6037
|
+
|
|
6038
|
+
},
|
|
6039
|
+
|
|
6040
|
+
|
|
6041
|
+
uniffi_slatedb_uniffi_fn_method_dbreader_warm_sst_generic_abi(...args) {
|
|
6042
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_method_dbreader_warm_sst_generic_abi(...args);
|
|
6043
|
+
|
|
6044
|
+
return normalizeHandle(result);
|
|
6045
|
+
|
|
6046
|
+
},
|
|
6047
|
+
|
|
6048
|
+
|
|
4991
6049
|
uniffi_slatedb_uniffi_fn_clone_dbsnapshot(...args) {
|
|
4992
6050
|
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_fn_clone_dbsnapshot(...args);
|
|
4993
6051
|
|
|
@@ -7364,128 +8422,232 @@ export const ffiFunctions = Object.freeze({
|
|
|
7364
8422
|
},
|
|
7365
8423
|
|
|
7366
8424
|
|
|
7367
|
-
ffi_slatedb_uniffi_rust_future_cancel_rust_buffer(...args) {
|
|
7368
|
-
const result = getLoadedFfiFunctions().ffi_slatedb_uniffi_rust_future_cancel_rust_buffer(...args);
|
|
8425
|
+
ffi_slatedb_uniffi_rust_future_cancel_rust_buffer(...args) {
|
|
8426
|
+
const result = getLoadedFfiFunctions().ffi_slatedb_uniffi_rust_future_cancel_rust_buffer(...args);
|
|
8427
|
+
|
|
8428
|
+
return result;
|
|
8429
|
+
|
|
8430
|
+
},
|
|
8431
|
+
|
|
8432
|
+
|
|
8433
|
+
ffi_slatedb_uniffi_rust_future_cancel_rust_buffer_generic_abi(...args) {
|
|
8434
|
+
const result = getLoadedFfiFunctions().ffi_slatedb_uniffi_rust_future_cancel_rust_buffer_generic_abi(...args);
|
|
8435
|
+
|
|
8436
|
+
return result;
|
|
8437
|
+
|
|
8438
|
+
},
|
|
8439
|
+
|
|
8440
|
+
|
|
8441
|
+
ffi_slatedb_uniffi_rust_future_free_rust_buffer(...args) {
|
|
8442
|
+
const result = getLoadedFfiFunctions().ffi_slatedb_uniffi_rust_future_free_rust_buffer(...args);
|
|
8443
|
+
|
|
8444
|
+
return result;
|
|
8445
|
+
|
|
8446
|
+
},
|
|
8447
|
+
|
|
8448
|
+
|
|
8449
|
+
ffi_slatedb_uniffi_rust_future_free_rust_buffer_generic_abi(...args) {
|
|
8450
|
+
const result = getLoadedFfiFunctions().ffi_slatedb_uniffi_rust_future_free_rust_buffer_generic_abi(...args);
|
|
8451
|
+
|
|
8452
|
+
return result;
|
|
8453
|
+
|
|
8454
|
+
},
|
|
8455
|
+
|
|
8456
|
+
|
|
8457
|
+
ffi_slatedb_uniffi_rust_future_complete_rust_buffer(...args) {
|
|
8458
|
+
const result = getLoadedFfiFunctions().ffi_slatedb_uniffi_rust_future_complete_rust_buffer(...args);
|
|
8459
|
+
|
|
8460
|
+
return normalizeRustBuffer(result);
|
|
8461
|
+
|
|
8462
|
+
},
|
|
8463
|
+
|
|
8464
|
+
|
|
8465
|
+
ffi_slatedb_uniffi_rust_future_complete_rust_buffer_generic_abi(...args) {
|
|
8466
|
+
const result = getLoadedFfiFunctions().ffi_slatedb_uniffi_rust_future_complete_rust_buffer_generic_abi(...args);
|
|
8467
|
+
|
|
8468
|
+
return normalizeRustBuffer(result);
|
|
8469
|
+
|
|
8470
|
+
},
|
|
8471
|
+
|
|
8472
|
+
|
|
8473
|
+
ffi_slatedb_uniffi_rust_future_poll_void(...args) {
|
|
8474
|
+
const result = getLoadedFfiFunctions().ffi_slatedb_uniffi_rust_future_poll_void(...args);
|
|
8475
|
+
|
|
8476
|
+
return result;
|
|
8477
|
+
|
|
8478
|
+
},
|
|
8479
|
+
|
|
8480
|
+
|
|
8481
|
+
ffi_slatedb_uniffi_rust_future_poll_void_generic_abi(...args) {
|
|
8482
|
+
const result = getLoadedFfiFunctions().ffi_slatedb_uniffi_rust_future_poll_void_generic_abi(...args);
|
|
8483
|
+
|
|
8484
|
+
return result;
|
|
8485
|
+
|
|
8486
|
+
},
|
|
8487
|
+
|
|
8488
|
+
|
|
8489
|
+
ffi_slatedb_uniffi_rust_future_cancel_void(...args) {
|
|
8490
|
+
const result = getLoadedFfiFunctions().ffi_slatedb_uniffi_rust_future_cancel_void(...args);
|
|
8491
|
+
|
|
8492
|
+
return result;
|
|
8493
|
+
|
|
8494
|
+
},
|
|
8495
|
+
|
|
8496
|
+
|
|
8497
|
+
ffi_slatedb_uniffi_rust_future_cancel_void_generic_abi(...args) {
|
|
8498
|
+
const result = getLoadedFfiFunctions().ffi_slatedb_uniffi_rust_future_cancel_void_generic_abi(...args);
|
|
8499
|
+
|
|
8500
|
+
return result;
|
|
8501
|
+
|
|
8502
|
+
},
|
|
8503
|
+
|
|
8504
|
+
|
|
8505
|
+
ffi_slatedb_uniffi_rust_future_free_void(...args) {
|
|
8506
|
+
const result = getLoadedFfiFunctions().ffi_slatedb_uniffi_rust_future_free_void(...args);
|
|
8507
|
+
|
|
8508
|
+
return result;
|
|
8509
|
+
|
|
8510
|
+
},
|
|
8511
|
+
|
|
8512
|
+
|
|
8513
|
+
ffi_slatedb_uniffi_rust_future_free_void_generic_abi(...args) {
|
|
8514
|
+
const result = getLoadedFfiFunctions().ffi_slatedb_uniffi_rust_future_free_void_generic_abi(...args);
|
|
8515
|
+
|
|
8516
|
+
return result;
|
|
8517
|
+
|
|
8518
|
+
},
|
|
8519
|
+
|
|
8520
|
+
|
|
8521
|
+
ffi_slatedb_uniffi_rust_future_complete_void(...args) {
|
|
8522
|
+
const result = getLoadedFfiFunctions().ffi_slatedb_uniffi_rust_future_complete_void(...args);
|
|
8523
|
+
|
|
8524
|
+
return result;
|
|
8525
|
+
|
|
8526
|
+
},
|
|
8527
|
+
|
|
8528
|
+
|
|
8529
|
+
ffi_slatedb_uniffi_rust_future_complete_void_generic_abi(...args) {
|
|
8530
|
+
const result = getLoadedFfiFunctions().ffi_slatedb_uniffi_rust_future_complete_void_generic_abi(...args);
|
|
7369
8531
|
|
|
7370
8532
|
return result;
|
|
7371
8533
|
|
|
7372
8534
|
},
|
|
7373
8535
|
|
|
7374
8536
|
|
|
7375
|
-
|
|
7376
|
-
const result = getLoadedFfiFunctions().
|
|
8537
|
+
uniffi_slatedb_uniffi_checksum_func_init_logging(...args) {
|
|
8538
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_func_init_logging(...args);
|
|
7377
8539
|
|
|
7378
8540
|
return result;
|
|
7379
8541
|
|
|
7380
8542
|
},
|
|
7381
8543
|
|
|
7382
8544
|
|
|
7383
|
-
|
|
7384
|
-
const result = getLoadedFfiFunctions().
|
|
8545
|
+
uniffi_slatedb_uniffi_checksum_method_admin_get_sequence_for_timestamp(...args) {
|
|
8546
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_method_admin_get_sequence_for_timestamp(...args);
|
|
7385
8547
|
|
|
7386
8548
|
return result;
|
|
7387
8549
|
|
|
7388
8550
|
},
|
|
7389
8551
|
|
|
7390
8552
|
|
|
7391
|
-
|
|
7392
|
-
const result = getLoadedFfiFunctions().
|
|
8553
|
+
uniffi_slatedb_uniffi_checksum_method_admin_get_timestamp_for_sequence(...args) {
|
|
8554
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_method_admin_get_timestamp_for_sequence(...args);
|
|
7393
8555
|
|
|
7394
8556
|
return result;
|
|
7395
8557
|
|
|
7396
8558
|
},
|
|
7397
8559
|
|
|
7398
8560
|
|
|
7399
|
-
|
|
7400
|
-
const result = getLoadedFfiFunctions().
|
|
8561
|
+
uniffi_slatedb_uniffi_checksum_method_admin_list_checkpoints(...args) {
|
|
8562
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_method_admin_list_checkpoints(...args);
|
|
7401
8563
|
|
|
7402
|
-
return
|
|
8564
|
+
return result;
|
|
7403
8565
|
|
|
7404
8566
|
},
|
|
7405
8567
|
|
|
7406
8568
|
|
|
7407
|
-
|
|
7408
|
-
const result = getLoadedFfiFunctions().
|
|
8569
|
+
uniffi_slatedb_uniffi_checksum_method_admin_list_compactions(...args) {
|
|
8570
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_method_admin_list_compactions(...args);
|
|
7409
8571
|
|
|
7410
|
-
return
|
|
8572
|
+
return result;
|
|
7411
8573
|
|
|
7412
8574
|
},
|
|
7413
8575
|
|
|
7414
8576
|
|
|
7415
|
-
|
|
7416
|
-
const result = getLoadedFfiFunctions().
|
|
8577
|
+
uniffi_slatedb_uniffi_checksum_method_admin_list_manifests(...args) {
|
|
8578
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_method_admin_list_manifests(...args);
|
|
7417
8579
|
|
|
7418
8580
|
return result;
|
|
7419
8581
|
|
|
7420
8582
|
},
|
|
7421
8583
|
|
|
7422
8584
|
|
|
7423
|
-
|
|
7424
|
-
const result = getLoadedFfiFunctions().
|
|
8585
|
+
uniffi_slatedb_uniffi_checksum_method_admin_read_compaction(...args) {
|
|
8586
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_method_admin_read_compaction(...args);
|
|
7425
8587
|
|
|
7426
8588
|
return result;
|
|
7427
8589
|
|
|
7428
8590
|
},
|
|
7429
8591
|
|
|
7430
8592
|
|
|
7431
|
-
|
|
7432
|
-
const result = getLoadedFfiFunctions().
|
|
8593
|
+
uniffi_slatedb_uniffi_checksum_method_admin_read_compactions(...args) {
|
|
8594
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_method_admin_read_compactions(...args);
|
|
7433
8595
|
|
|
7434
8596
|
return result;
|
|
7435
8597
|
|
|
7436
8598
|
},
|
|
7437
8599
|
|
|
7438
8600
|
|
|
7439
|
-
|
|
7440
|
-
const result = getLoadedFfiFunctions().
|
|
8601
|
+
uniffi_slatedb_uniffi_checksum_method_admin_read_compactor_state_view(...args) {
|
|
8602
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_method_admin_read_compactor_state_view(...args);
|
|
7441
8603
|
|
|
7442
8604
|
return result;
|
|
7443
8605
|
|
|
7444
8606
|
},
|
|
7445
8607
|
|
|
7446
8608
|
|
|
7447
|
-
|
|
7448
|
-
const result = getLoadedFfiFunctions().
|
|
8609
|
+
uniffi_slatedb_uniffi_checksum_method_admin_read_manifest(...args) {
|
|
8610
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_method_admin_read_manifest(...args);
|
|
7449
8611
|
|
|
7450
8612
|
return result;
|
|
7451
8613
|
|
|
7452
8614
|
},
|
|
7453
8615
|
|
|
7454
8616
|
|
|
7455
|
-
|
|
7456
|
-
const result = getLoadedFfiFunctions().
|
|
8617
|
+
uniffi_slatedb_uniffi_checksum_method_adminbuilder_build(...args) {
|
|
8618
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_method_adminbuilder_build(...args);
|
|
7457
8619
|
|
|
7458
8620
|
return result;
|
|
7459
8621
|
|
|
7460
8622
|
},
|
|
7461
8623
|
|
|
7462
8624
|
|
|
7463
|
-
|
|
7464
|
-
const result = getLoadedFfiFunctions().
|
|
8625
|
+
uniffi_slatedb_uniffi_checksum_method_adminbuilder_with_seed(...args) {
|
|
8626
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_method_adminbuilder_with_seed(...args);
|
|
7465
8627
|
|
|
7466
8628
|
return result;
|
|
7467
8629
|
|
|
7468
8630
|
},
|
|
7469
8631
|
|
|
7470
8632
|
|
|
7471
|
-
|
|
7472
|
-
const result = getLoadedFfiFunctions().
|
|
8633
|
+
uniffi_slatedb_uniffi_checksum_method_adminbuilder_with_wal_object_store(...args) {
|
|
8634
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_method_adminbuilder_with_wal_object_store(...args);
|
|
7473
8635
|
|
|
7474
8636
|
return result;
|
|
7475
8637
|
|
|
7476
8638
|
},
|
|
7477
8639
|
|
|
7478
8640
|
|
|
7479
|
-
|
|
7480
|
-
const result = getLoadedFfiFunctions().
|
|
8641
|
+
uniffi_slatedb_uniffi_checksum_method_dbbuilder_build(...args) {
|
|
8642
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_method_dbbuilder_build(...args);
|
|
7481
8643
|
|
|
7482
8644
|
return result;
|
|
7483
8645
|
|
|
7484
8646
|
},
|
|
7485
8647
|
|
|
7486
8648
|
|
|
7487
|
-
|
|
7488
|
-
const result = getLoadedFfiFunctions().
|
|
8649
|
+
uniffi_slatedb_uniffi_checksum_method_dbbuilder_with_db_cache(...args) {
|
|
8650
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_method_dbbuilder_with_db_cache(...args);
|
|
7489
8651
|
|
|
7490
8652
|
return result;
|
|
7491
8653
|
|
|
@@ -7620,6 +8782,14 @@ export const ffiFunctions = Object.freeze({
|
|
|
7620
8782
|
},
|
|
7621
8783
|
|
|
7622
8784
|
|
|
8785
|
+
uniffi_slatedb_uniffi_checksum_method_db_evict_cached_sst(...args) {
|
|
8786
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_method_db_evict_cached_sst(...args);
|
|
8787
|
+
|
|
8788
|
+
return result;
|
|
8789
|
+
|
|
8790
|
+
},
|
|
8791
|
+
|
|
8792
|
+
|
|
7623
8793
|
uniffi_slatedb_uniffi_checksum_method_db_flush(...args) {
|
|
7624
8794
|
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_method_db_flush(...args);
|
|
7625
8795
|
|
|
@@ -7756,6 +8926,14 @@ export const ffiFunctions = Object.freeze({
|
|
|
7756
8926
|
},
|
|
7757
8927
|
|
|
7758
8928
|
|
|
8929
|
+
uniffi_slatedb_uniffi_checksum_method_db_warm_sst(...args) {
|
|
8930
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_method_db_warm_sst(...args);
|
|
8931
|
+
|
|
8932
|
+
return result;
|
|
8933
|
+
|
|
8934
|
+
},
|
|
8935
|
+
|
|
8936
|
+
|
|
7759
8937
|
uniffi_slatedb_uniffi_checksum_method_db_write(...args) {
|
|
7760
8938
|
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_method_db_write(...args);
|
|
7761
8939
|
|
|
@@ -7772,6 +8950,14 @@ export const ffiFunctions = Object.freeze({
|
|
|
7772
8950
|
},
|
|
7773
8951
|
|
|
7774
8952
|
|
|
8953
|
+
uniffi_slatedb_uniffi_checksum_method_dbreader_evict_cached_sst(...args) {
|
|
8954
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_method_dbreader_evict_cached_sst(...args);
|
|
8955
|
+
|
|
8956
|
+
return result;
|
|
8957
|
+
|
|
8958
|
+
},
|
|
8959
|
+
|
|
8960
|
+
|
|
7775
8961
|
uniffi_slatedb_uniffi_checksum_method_dbreader_get(...args) {
|
|
7776
8962
|
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_method_dbreader_get(...args);
|
|
7777
8963
|
|
|
@@ -7780,6 +8966,22 @@ export const ffiFunctions = Object.freeze({
|
|
|
7780
8966
|
},
|
|
7781
8967
|
|
|
7782
8968
|
|
|
8969
|
+
uniffi_slatedb_uniffi_checksum_method_dbreader_get_key_value(...args) {
|
|
8970
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_method_dbreader_get_key_value(...args);
|
|
8971
|
+
|
|
8972
|
+
return result;
|
|
8973
|
+
|
|
8974
|
+
},
|
|
8975
|
+
|
|
8976
|
+
|
|
8977
|
+
uniffi_slatedb_uniffi_checksum_method_dbreader_get_key_value_with_options(...args) {
|
|
8978
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_method_dbreader_get_key_value_with_options(...args);
|
|
8979
|
+
|
|
8980
|
+
return result;
|
|
8981
|
+
|
|
8982
|
+
},
|
|
8983
|
+
|
|
8984
|
+
|
|
7783
8985
|
uniffi_slatedb_uniffi_checksum_method_dbreader_get_with_options(...args) {
|
|
7784
8986
|
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_method_dbreader_get_with_options(...args);
|
|
7785
8987
|
|
|
@@ -7836,6 +9038,14 @@ export const ffiFunctions = Object.freeze({
|
|
|
7836
9038
|
},
|
|
7837
9039
|
|
|
7838
9040
|
|
|
9041
|
+
uniffi_slatedb_uniffi_checksum_method_dbreader_warm_sst(...args) {
|
|
9042
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_method_dbreader_warm_sst(...args);
|
|
9043
|
+
|
|
9044
|
+
return result;
|
|
9045
|
+
|
|
9046
|
+
},
|
|
9047
|
+
|
|
9048
|
+
|
|
7839
9049
|
uniffi_slatedb_uniffi_checksum_method_dbsnapshot_get(...args) {
|
|
7840
9050
|
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_method_dbsnapshot_get(...args);
|
|
7841
9051
|
|
|
@@ -8324,127 +9534,341 @@ export const ffiFunctions = Object.freeze({
|
|
|
8324
9534
|
},
|
|
8325
9535
|
|
|
8326
9536
|
|
|
8327
|
-
uniffi_slatedb_uniffi_checksum_method_writebatch_put_with_options(...args) {
|
|
8328
|
-
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_method_writebatch_put_with_options(...args);
|
|
9537
|
+
uniffi_slatedb_uniffi_checksum_method_writebatch_put_with_options(...args) {
|
|
9538
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_method_writebatch_put_with_options(...args);
|
|
9539
|
+
|
|
9540
|
+
return result;
|
|
9541
|
+
|
|
9542
|
+
},
|
|
9543
|
+
|
|
9544
|
+
|
|
9545
|
+
uniffi_slatedb_uniffi_checksum_constructor_adminbuilder_new(...args) {
|
|
9546
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_constructor_adminbuilder_new(...args);
|
|
9547
|
+
|
|
9548
|
+
return result;
|
|
9549
|
+
|
|
9550
|
+
},
|
|
9551
|
+
|
|
9552
|
+
|
|
9553
|
+
uniffi_slatedb_uniffi_checksum_constructor_dbbuilder_new(...args) {
|
|
9554
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_constructor_dbbuilder_new(...args);
|
|
9555
|
+
|
|
9556
|
+
return result;
|
|
9557
|
+
|
|
9558
|
+
},
|
|
9559
|
+
|
|
9560
|
+
|
|
9561
|
+
uniffi_slatedb_uniffi_checksum_constructor_dbreaderbuilder_new(...args) {
|
|
9562
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_constructor_dbreaderbuilder_new(...args);
|
|
9563
|
+
|
|
9564
|
+
return result;
|
|
9565
|
+
|
|
9566
|
+
},
|
|
9567
|
+
|
|
9568
|
+
|
|
9569
|
+
uniffi_slatedb_uniffi_checksum_constructor_dbcache_new_foyer_cache(...args) {
|
|
9570
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_constructor_dbcache_new_foyer_cache(...args);
|
|
9571
|
+
|
|
9572
|
+
return result;
|
|
9573
|
+
|
|
9574
|
+
},
|
|
9575
|
+
|
|
9576
|
+
|
|
9577
|
+
uniffi_slatedb_uniffi_checksum_constructor_dbcache_new_moka_cache(...args) {
|
|
9578
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_constructor_dbcache_new_moka_cache(...args);
|
|
9579
|
+
|
|
9580
|
+
return result;
|
|
9581
|
+
|
|
9582
|
+
},
|
|
9583
|
+
|
|
9584
|
+
|
|
9585
|
+
uniffi_slatedb_uniffi_checksum_constructor_dbcache_new_split_cache(...args) {
|
|
9586
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_constructor_dbcache_new_split_cache(...args);
|
|
9587
|
+
|
|
9588
|
+
return result;
|
|
9589
|
+
|
|
9590
|
+
},
|
|
9591
|
+
|
|
9592
|
+
|
|
9593
|
+
uniffi_slatedb_uniffi_checksum_constructor_defaultmetricsrecorder_new(...args) {
|
|
9594
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_constructor_defaultmetricsrecorder_new(...args);
|
|
9595
|
+
|
|
9596
|
+
return result;
|
|
9597
|
+
|
|
9598
|
+
},
|
|
9599
|
+
|
|
9600
|
+
|
|
9601
|
+
uniffi_slatedb_uniffi_checksum_constructor_objectstore_from_env(...args) {
|
|
9602
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_constructor_objectstore_from_env(...args);
|
|
9603
|
+
|
|
9604
|
+
return result;
|
|
9605
|
+
|
|
9606
|
+
},
|
|
9607
|
+
|
|
9608
|
+
|
|
9609
|
+
uniffi_slatedb_uniffi_checksum_constructor_objectstore_resolve(...args) {
|
|
9610
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_constructor_objectstore_resolve(...args);
|
|
9611
|
+
|
|
9612
|
+
return result;
|
|
9613
|
+
|
|
9614
|
+
},
|
|
9615
|
+
|
|
9616
|
+
|
|
9617
|
+
uniffi_slatedb_uniffi_checksum_constructor_settings_default(...args) {
|
|
9618
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_constructor_settings_default(...args);
|
|
9619
|
+
|
|
9620
|
+
return result;
|
|
9621
|
+
|
|
9622
|
+
},
|
|
9623
|
+
|
|
9624
|
+
|
|
9625
|
+
uniffi_slatedb_uniffi_checksum_constructor_settings_from_env(...args) {
|
|
9626
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_constructor_settings_from_env(...args);
|
|
9627
|
+
|
|
9628
|
+
return result;
|
|
9629
|
+
|
|
9630
|
+
},
|
|
9631
|
+
|
|
9632
|
+
|
|
9633
|
+
uniffi_slatedb_uniffi_checksum_constructor_settings_from_env_with_default(...args) {
|
|
9634
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_constructor_settings_from_env_with_default(...args);
|
|
9635
|
+
|
|
9636
|
+
return result;
|
|
9637
|
+
|
|
9638
|
+
},
|
|
9639
|
+
|
|
9640
|
+
|
|
9641
|
+
uniffi_slatedb_uniffi_checksum_constructor_settings_from_file(...args) {
|
|
9642
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_constructor_settings_from_file(...args);
|
|
9643
|
+
|
|
9644
|
+
return result;
|
|
9645
|
+
|
|
9646
|
+
},
|
|
9647
|
+
|
|
9648
|
+
|
|
9649
|
+
uniffi_slatedb_uniffi_checksum_constructor_settings_from_json_string(...args) {
|
|
9650
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_constructor_settings_from_json_string(...args);
|
|
9651
|
+
|
|
9652
|
+
return result;
|
|
9653
|
+
|
|
9654
|
+
},
|
|
9655
|
+
|
|
9656
|
+
|
|
9657
|
+
uniffi_slatedb_uniffi_checksum_constructor_settings_load(...args) {
|
|
9658
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_constructor_settings_load(...args);
|
|
9659
|
+
|
|
9660
|
+
return result;
|
|
9661
|
+
|
|
9662
|
+
},
|
|
9663
|
+
|
|
9664
|
+
|
|
9665
|
+
uniffi_slatedb_uniffi_checksum_constructor_walreader_new(...args) {
|
|
9666
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_constructor_walreader_new(...args);
|
|
9667
|
+
|
|
9668
|
+
return result;
|
|
9669
|
+
|
|
9670
|
+
},
|
|
9671
|
+
|
|
9672
|
+
|
|
9673
|
+
uniffi_slatedb_uniffi_checksum_constructor_writebatch_new(...args) {
|
|
9674
|
+
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_constructor_writebatch_new(...args);
|
|
9675
|
+
|
|
9676
|
+
return result;
|
|
9677
|
+
|
|
9678
|
+
},
|
|
9679
|
+
|
|
9680
|
+
|
|
9681
|
+
ffi_slatedb_uniffi_uniffi_contract_version(...args) {
|
|
9682
|
+
const result = getLoadedFfiFunctions().ffi_slatedb_uniffi_uniffi_contract_version(...args);
|
|
9683
|
+
|
|
9684
|
+
return result;
|
|
9685
|
+
|
|
9686
|
+
},
|
|
9687
|
+
|
|
9688
|
+
|
|
9689
|
+
});
|
|
9690
|
+
|
|
9691
|
+
|
|
9692
|
+
export function uniffi_slatedb_uniffi_fn_clone_admin(...args) {
|
|
9693
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_clone_admin(...args);
|
|
9694
|
+
}
|
|
9695
|
+
|
|
9696
|
+
|
|
9697
|
+
export function uniffi_slatedb_uniffi_fn_clone_admin_generic_abi(...args) {
|
|
9698
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_clone_admin_generic_abi(...args);
|
|
9699
|
+
}
|
|
9700
|
+
|
|
9701
|
+
|
|
9702
|
+
|
|
9703
|
+
export function uniffi_slatedb_uniffi_fn_free_admin(...args) {
|
|
9704
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_free_admin(...args);
|
|
9705
|
+
}
|
|
9706
|
+
|
|
9707
|
+
|
|
9708
|
+
export function uniffi_slatedb_uniffi_fn_free_admin_generic_abi(...args) {
|
|
9709
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_free_admin_generic_abi(...args);
|
|
9710
|
+
}
|
|
9711
|
+
|
|
9712
|
+
|
|
9713
|
+
|
|
9714
|
+
export function uniffi_slatedb_uniffi_fn_method_admin_get_sequence_for_timestamp(...args) {
|
|
9715
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_method_admin_get_sequence_for_timestamp(...args);
|
|
9716
|
+
}
|
|
9717
|
+
|
|
9718
|
+
|
|
9719
|
+
export function uniffi_slatedb_uniffi_fn_method_admin_get_sequence_for_timestamp_generic_abi(...args) {
|
|
9720
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_method_admin_get_sequence_for_timestamp_generic_abi(...args);
|
|
9721
|
+
}
|
|
9722
|
+
|
|
9723
|
+
|
|
9724
|
+
|
|
9725
|
+
export function uniffi_slatedb_uniffi_fn_method_admin_get_timestamp_for_sequence(...args) {
|
|
9726
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_method_admin_get_timestamp_for_sequence(...args);
|
|
9727
|
+
}
|
|
9728
|
+
|
|
9729
|
+
|
|
9730
|
+
export function uniffi_slatedb_uniffi_fn_method_admin_get_timestamp_for_sequence_generic_abi(...args) {
|
|
9731
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_method_admin_get_timestamp_for_sequence_generic_abi(...args);
|
|
9732
|
+
}
|
|
9733
|
+
|
|
9734
|
+
|
|
9735
|
+
|
|
9736
|
+
export function uniffi_slatedb_uniffi_fn_method_admin_list_checkpoints(...args) {
|
|
9737
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_method_admin_list_checkpoints(...args);
|
|
9738
|
+
}
|
|
9739
|
+
|
|
8329
9740
|
|
|
8330
|
-
|
|
9741
|
+
export function uniffi_slatedb_uniffi_fn_method_admin_list_checkpoints_generic_abi(...args) {
|
|
9742
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_method_admin_list_checkpoints_generic_abi(...args);
|
|
9743
|
+
}
|
|
8331
9744
|
|
|
8332
|
-
},
|
|
8333
9745
|
|
|
8334
9746
|
|
|
8335
|
-
|
|
8336
|
-
|
|
9747
|
+
export function uniffi_slatedb_uniffi_fn_method_admin_list_compactions(...args) {
|
|
9748
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_method_admin_list_compactions(...args);
|
|
9749
|
+
}
|
|
8337
9750
|
|
|
8338
|
-
return result;
|
|
8339
9751
|
|
|
8340
|
-
|
|
9752
|
+
export function uniffi_slatedb_uniffi_fn_method_admin_list_compactions_generic_abi(...args) {
|
|
9753
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_method_admin_list_compactions_generic_abi(...args);
|
|
9754
|
+
}
|
|
8341
9755
|
|
|
8342
9756
|
|
|
8343
|
-
uniffi_slatedb_uniffi_checksum_constructor_dbreaderbuilder_new(...args) {
|
|
8344
|
-
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_constructor_dbreaderbuilder_new(...args);
|
|
8345
9757
|
|
|
8346
|
-
|
|
9758
|
+
export function uniffi_slatedb_uniffi_fn_method_admin_list_manifests(...args) {
|
|
9759
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_method_admin_list_manifests(...args);
|
|
9760
|
+
}
|
|
8347
9761
|
|
|
8348
|
-
},
|
|
8349
9762
|
|
|
9763
|
+
export function uniffi_slatedb_uniffi_fn_method_admin_list_manifests_generic_abi(...args) {
|
|
9764
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_method_admin_list_manifests_generic_abi(...args);
|
|
9765
|
+
}
|
|
8350
9766
|
|
|
8351
|
-
uniffi_slatedb_uniffi_checksum_constructor_defaultmetricsrecorder_new(...args) {
|
|
8352
|
-
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_constructor_defaultmetricsrecorder_new(...args);
|
|
8353
9767
|
|
|
8354
|
-
return result;
|
|
8355
9768
|
|
|
8356
|
-
|
|
9769
|
+
export function uniffi_slatedb_uniffi_fn_method_admin_read_compaction(...args) {
|
|
9770
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_method_admin_read_compaction(...args);
|
|
9771
|
+
}
|
|
8357
9772
|
|
|
8358
9773
|
|
|
8359
|
-
|
|
8360
|
-
|
|
9774
|
+
export function uniffi_slatedb_uniffi_fn_method_admin_read_compaction_generic_abi(...args) {
|
|
9775
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_method_admin_read_compaction_generic_abi(...args);
|
|
9776
|
+
}
|
|
8361
9777
|
|
|
8362
|
-
return result;
|
|
8363
9778
|
|
|
8364
|
-
},
|
|
8365
9779
|
|
|
9780
|
+
export function uniffi_slatedb_uniffi_fn_method_admin_read_compactions(...args) {
|
|
9781
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_method_admin_read_compactions(...args);
|
|
9782
|
+
}
|
|
8366
9783
|
|
|
8367
|
-
uniffi_slatedb_uniffi_checksum_constructor_objectstore_resolve(...args) {
|
|
8368
|
-
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_constructor_objectstore_resolve(...args);
|
|
8369
9784
|
|
|
8370
|
-
|
|
9785
|
+
export function uniffi_slatedb_uniffi_fn_method_admin_read_compactions_generic_abi(...args) {
|
|
9786
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_method_admin_read_compactions_generic_abi(...args);
|
|
9787
|
+
}
|
|
8371
9788
|
|
|
8372
|
-
},
|
|
8373
9789
|
|
|
8374
9790
|
|
|
8375
|
-
|
|
8376
|
-
|
|
9791
|
+
export function uniffi_slatedb_uniffi_fn_method_admin_read_compactor_state_view(...args) {
|
|
9792
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_method_admin_read_compactor_state_view(...args);
|
|
9793
|
+
}
|
|
8377
9794
|
|
|
8378
|
-
return result;
|
|
8379
9795
|
|
|
8380
|
-
|
|
9796
|
+
export function uniffi_slatedb_uniffi_fn_method_admin_read_compactor_state_view_generic_abi(...args) {
|
|
9797
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_method_admin_read_compactor_state_view_generic_abi(...args);
|
|
9798
|
+
}
|
|
8381
9799
|
|
|
8382
9800
|
|
|
8383
|
-
uniffi_slatedb_uniffi_checksum_constructor_settings_from_env(...args) {
|
|
8384
|
-
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_constructor_settings_from_env(...args);
|
|
8385
9801
|
|
|
8386
|
-
|
|
9802
|
+
export function uniffi_slatedb_uniffi_fn_method_admin_read_manifest(...args) {
|
|
9803
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_method_admin_read_manifest(...args);
|
|
9804
|
+
}
|
|
8387
9805
|
|
|
8388
|
-
},
|
|
8389
9806
|
|
|
9807
|
+
export function uniffi_slatedb_uniffi_fn_method_admin_read_manifest_generic_abi(...args) {
|
|
9808
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_method_admin_read_manifest_generic_abi(...args);
|
|
9809
|
+
}
|
|
8390
9810
|
|
|
8391
|
-
uniffi_slatedb_uniffi_checksum_constructor_settings_from_env_with_default(...args) {
|
|
8392
|
-
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_constructor_settings_from_env_with_default(...args);
|
|
8393
9811
|
|
|
8394
|
-
return result;
|
|
8395
9812
|
|
|
8396
|
-
|
|
9813
|
+
export function uniffi_slatedb_uniffi_fn_clone_adminbuilder(...args) {
|
|
9814
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_clone_adminbuilder(...args);
|
|
9815
|
+
}
|
|
8397
9816
|
|
|
8398
9817
|
|
|
8399
|
-
|
|
8400
|
-
|
|
9818
|
+
export function uniffi_slatedb_uniffi_fn_clone_adminbuilder_generic_abi(...args) {
|
|
9819
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_clone_adminbuilder_generic_abi(...args);
|
|
9820
|
+
}
|
|
8401
9821
|
|
|
8402
|
-
return result;
|
|
8403
9822
|
|
|
8404
|
-
},
|
|
8405
9823
|
|
|
9824
|
+
export function uniffi_slatedb_uniffi_fn_free_adminbuilder(...args) {
|
|
9825
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_free_adminbuilder(...args);
|
|
9826
|
+
}
|
|
8406
9827
|
|
|
8407
|
-
uniffi_slatedb_uniffi_checksum_constructor_settings_from_json_string(...args) {
|
|
8408
|
-
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_constructor_settings_from_json_string(...args);
|
|
8409
9828
|
|
|
8410
|
-
|
|
9829
|
+
export function uniffi_slatedb_uniffi_fn_free_adminbuilder_generic_abi(...args) {
|
|
9830
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_free_adminbuilder_generic_abi(...args);
|
|
9831
|
+
}
|
|
8411
9832
|
|
|
8412
|
-
},
|
|
8413
9833
|
|
|
8414
9834
|
|
|
8415
|
-
|
|
8416
|
-
|
|
9835
|
+
export function uniffi_slatedb_uniffi_fn_constructor_adminbuilder_new(...args) {
|
|
9836
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_constructor_adminbuilder_new(...args);
|
|
9837
|
+
}
|
|
8417
9838
|
|
|
8418
|
-
return result;
|
|
8419
9839
|
|
|
8420
|
-
},
|
|
8421
9840
|
|
|
9841
|
+
export function uniffi_slatedb_uniffi_fn_method_adminbuilder_build(...args) {
|
|
9842
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_method_adminbuilder_build(...args);
|
|
9843
|
+
}
|
|
8422
9844
|
|
|
8423
|
-
uniffi_slatedb_uniffi_checksum_constructor_walreader_new(...args) {
|
|
8424
|
-
const result = getLoadedFfiFunctions().uniffi_slatedb_uniffi_checksum_constructor_walreader_new(...args);
|
|
8425
9845
|
|
|
8426
|
-
|
|
9846
|
+
export function uniffi_slatedb_uniffi_fn_method_adminbuilder_build_generic_abi(...args) {
|
|
9847
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_method_adminbuilder_build_generic_abi(...args);
|
|
9848
|
+
}
|
|
8427
9849
|
|
|
8428
|
-
},
|
|
8429
9850
|
|
|
8430
9851
|
|
|
8431
|
-
|
|
8432
|
-
|
|
9852
|
+
export function uniffi_slatedb_uniffi_fn_method_adminbuilder_with_seed(...args) {
|
|
9853
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_method_adminbuilder_with_seed(...args);
|
|
9854
|
+
}
|
|
8433
9855
|
|
|
8434
|
-
return result;
|
|
8435
9856
|
|
|
8436
|
-
|
|
9857
|
+
export function uniffi_slatedb_uniffi_fn_method_adminbuilder_with_seed_generic_abi(...args) {
|
|
9858
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_method_adminbuilder_with_seed_generic_abi(...args);
|
|
9859
|
+
}
|
|
8437
9860
|
|
|
8438
9861
|
|
|
8439
|
-
ffi_slatedb_uniffi_uniffi_contract_version(...args) {
|
|
8440
|
-
const result = getLoadedFfiFunctions().ffi_slatedb_uniffi_uniffi_contract_version(...args);
|
|
8441
9862
|
|
|
8442
|
-
|
|
9863
|
+
export function uniffi_slatedb_uniffi_fn_method_adminbuilder_with_wal_object_store(...args) {
|
|
9864
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_method_adminbuilder_with_wal_object_store(...args);
|
|
9865
|
+
}
|
|
8443
9866
|
|
|
8444
|
-
},
|
|
8445
9867
|
|
|
9868
|
+
export function uniffi_slatedb_uniffi_fn_method_adminbuilder_with_wal_object_store_generic_abi(...args) {
|
|
9869
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_method_adminbuilder_with_wal_object_store_generic_abi(...args);
|
|
9870
|
+
}
|
|
8446
9871
|
|
|
8447
|
-
});
|
|
8448
9872
|
|
|
8449
9873
|
|
|
8450
9874
|
export function uniffi_slatedb_uniffi_fn_clone_dbbuilder(...args) {
|
|
@@ -8486,6 +9910,17 @@ export function uniffi_slatedb_uniffi_fn_method_dbbuilder_build_generic_abi(...a
|
|
|
8486
9910
|
|
|
8487
9911
|
|
|
8488
9912
|
|
|
9913
|
+
export function uniffi_slatedb_uniffi_fn_method_dbbuilder_with_db_cache(...args) {
|
|
9914
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_method_dbbuilder_with_db_cache(...args);
|
|
9915
|
+
}
|
|
9916
|
+
|
|
9917
|
+
|
|
9918
|
+
export function uniffi_slatedb_uniffi_fn_method_dbbuilder_with_db_cache_generic_abi(...args) {
|
|
9919
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_method_dbbuilder_with_db_cache_generic_abi(...args);
|
|
9920
|
+
}
|
|
9921
|
+
|
|
9922
|
+
|
|
9923
|
+
|
|
8489
9924
|
export function uniffi_slatedb_uniffi_fn_method_dbbuilder_with_db_cache_disabled(...args) {
|
|
8490
9925
|
return ffiFunctions.uniffi_slatedb_uniffi_fn_method_dbbuilder_with_db_cache_disabled(...args);
|
|
8491
9926
|
}
|
|
@@ -8712,6 +10147,17 @@ export function uniffi_slatedb_uniffi_fn_method_db_delete_with_options_generic_a
|
|
|
8712
10147
|
|
|
8713
10148
|
|
|
8714
10149
|
|
|
10150
|
+
export function uniffi_slatedb_uniffi_fn_method_db_evict_cached_sst(...args) {
|
|
10151
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_method_db_evict_cached_sst(...args);
|
|
10152
|
+
}
|
|
10153
|
+
|
|
10154
|
+
|
|
10155
|
+
export function uniffi_slatedb_uniffi_fn_method_db_evict_cached_sst_generic_abi(...args) {
|
|
10156
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_method_db_evict_cached_sst_generic_abi(...args);
|
|
10157
|
+
}
|
|
10158
|
+
|
|
10159
|
+
|
|
10160
|
+
|
|
8715
10161
|
export function uniffi_slatedb_uniffi_fn_method_db_flush(...args) {
|
|
8716
10162
|
return ffiFunctions.uniffi_slatedb_uniffi_fn_method_db_flush(...args);
|
|
8717
10163
|
}
|
|
@@ -8899,6 +10345,17 @@ export function uniffi_slatedb_uniffi_fn_method_db_status_generic_abi(...args) {
|
|
|
8899
10345
|
|
|
8900
10346
|
|
|
8901
10347
|
|
|
10348
|
+
export function uniffi_slatedb_uniffi_fn_method_db_warm_sst(...args) {
|
|
10349
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_method_db_warm_sst(...args);
|
|
10350
|
+
}
|
|
10351
|
+
|
|
10352
|
+
|
|
10353
|
+
export function uniffi_slatedb_uniffi_fn_method_db_warm_sst_generic_abi(...args) {
|
|
10354
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_method_db_warm_sst_generic_abi(...args);
|
|
10355
|
+
}
|
|
10356
|
+
|
|
10357
|
+
|
|
10358
|
+
|
|
8902
10359
|
export function uniffi_slatedb_uniffi_fn_method_db_write(...args) {
|
|
8903
10360
|
return ffiFunctions.uniffi_slatedb_uniffi_fn_method_db_write(...args);
|
|
8904
10361
|
}
|
|
@@ -8921,6 +10378,51 @@ export function uniffi_slatedb_uniffi_fn_method_db_write_with_options_generic_ab
|
|
|
8921
10378
|
|
|
8922
10379
|
|
|
8923
10380
|
|
|
10381
|
+
export function uniffi_slatedb_uniffi_fn_clone_dbcache(...args) {
|
|
10382
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_clone_dbcache(...args);
|
|
10383
|
+
}
|
|
10384
|
+
|
|
10385
|
+
|
|
10386
|
+
export function uniffi_slatedb_uniffi_fn_clone_dbcache_generic_abi(...args) {
|
|
10387
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_clone_dbcache_generic_abi(...args);
|
|
10388
|
+
}
|
|
10389
|
+
|
|
10390
|
+
|
|
10391
|
+
|
|
10392
|
+
export function uniffi_slatedb_uniffi_fn_free_dbcache(...args) {
|
|
10393
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_free_dbcache(...args);
|
|
10394
|
+
}
|
|
10395
|
+
|
|
10396
|
+
|
|
10397
|
+
export function uniffi_slatedb_uniffi_fn_free_dbcache_generic_abi(...args) {
|
|
10398
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_free_dbcache_generic_abi(...args);
|
|
10399
|
+
}
|
|
10400
|
+
|
|
10401
|
+
|
|
10402
|
+
|
|
10403
|
+
export function uniffi_slatedb_uniffi_fn_constructor_dbcache_new_foyer_cache(...args) {
|
|
10404
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_constructor_dbcache_new_foyer_cache(...args);
|
|
10405
|
+
}
|
|
10406
|
+
|
|
10407
|
+
|
|
10408
|
+
|
|
10409
|
+
export function uniffi_slatedb_uniffi_fn_constructor_dbcache_new_moka_cache(...args) {
|
|
10410
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_constructor_dbcache_new_moka_cache(...args);
|
|
10411
|
+
}
|
|
10412
|
+
|
|
10413
|
+
|
|
10414
|
+
|
|
10415
|
+
export function uniffi_slatedb_uniffi_fn_constructor_dbcache_new_split_cache(...args) {
|
|
10416
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_constructor_dbcache_new_split_cache(...args);
|
|
10417
|
+
}
|
|
10418
|
+
|
|
10419
|
+
|
|
10420
|
+
export function uniffi_slatedb_uniffi_fn_constructor_dbcache_new_split_cache_generic_abi(...args) {
|
|
10421
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_constructor_dbcache_new_split_cache_generic_abi(...args);
|
|
10422
|
+
}
|
|
10423
|
+
|
|
10424
|
+
|
|
10425
|
+
|
|
8924
10426
|
export function uniffi_slatedb_uniffi_fn_clone_dbreader(...args) {
|
|
8925
10427
|
return ffiFunctions.uniffi_slatedb_uniffi_fn_clone_dbreader(...args);
|
|
8926
10428
|
}
|
|
@@ -8943,6 +10445,17 @@ export function uniffi_slatedb_uniffi_fn_free_dbreader_generic_abi(...args) {
|
|
|
8943
10445
|
|
|
8944
10446
|
|
|
8945
10447
|
|
|
10448
|
+
export function uniffi_slatedb_uniffi_fn_method_dbreader_evict_cached_sst(...args) {
|
|
10449
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_method_dbreader_evict_cached_sst(...args);
|
|
10450
|
+
}
|
|
10451
|
+
|
|
10452
|
+
|
|
10453
|
+
export function uniffi_slatedb_uniffi_fn_method_dbreader_evict_cached_sst_generic_abi(...args) {
|
|
10454
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_method_dbreader_evict_cached_sst_generic_abi(...args);
|
|
10455
|
+
}
|
|
10456
|
+
|
|
10457
|
+
|
|
10458
|
+
|
|
8946
10459
|
export function uniffi_slatedb_uniffi_fn_method_dbreader_get(...args) {
|
|
8947
10460
|
return ffiFunctions.uniffi_slatedb_uniffi_fn_method_dbreader_get(...args);
|
|
8948
10461
|
}
|
|
@@ -8954,6 +10467,28 @@ export function uniffi_slatedb_uniffi_fn_method_dbreader_get_generic_abi(...args
|
|
|
8954
10467
|
|
|
8955
10468
|
|
|
8956
10469
|
|
|
10470
|
+
export function uniffi_slatedb_uniffi_fn_method_dbreader_get_key_value(...args) {
|
|
10471
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_method_dbreader_get_key_value(...args);
|
|
10472
|
+
}
|
|
10473
|
+
|
|
10474
|
+
|
|
10475
|
+
export function uniffi_slatedb_uniffi_fn_method_dbreader_get_key_value_generic_abi(...args) {
|
|
10476
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_method_dbreader_get_key_value_generic_abi(...args);
|
|
10477
|
+
}
|
|
10478
|
+
|
|
10479
|
+
|
|
10480
|
+
|
|
10481
|
+
export function uniffi_slatedb_uniffi_fn_method_dbreader_get_key_value_with_options(...args) {
|
|
10482
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_method_dbreader_get_key_value_with_options(...args);
|
|
10483
|
+
}
|
|
10484
|
+
|
|
10485
|
+
|
|
10486
|
+
export function uniffi_slatedb_uniffi_fn_method_dbreader_get_key_value_with_options_generic_abi(...args) {
|
|
10487
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_method_dbreader_get_key_value_with_options_generic_abi(...args);
|
|
10488
|
+
}
|
|
10489
|
+
|
|
10490
|
+
|
|
10491
|
+
|
|
8957
10492
|
export function uniffi_slatedb_uniffi_fn_method_dbreader_get_with_options(...args) {
|
|
8958
10493
|
return ffiFunctions.uniffi_slatedb_uniffi_fn_method_dbreader_get_with_options(...args);
|
|
8959
10494
|
}
|
|
@@ -9031,6 +10566,17 @@ export function uniffi_slatedb_uniffi_fn_method_dbreader_status_generic_abi(...a
|
|
|
9031
10566
|
|
|
9032
10567
|
|
|
9033
10568
|
|
|
10569
|
+
export function uniffi_slatedb_uniffi_fn_method_dbreader_warm_sst(...args) {
|
|
10570
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_method_dbreader_warm_sst(...args);
|
|
10571
|
+
}
|
|
10572
|
+
|
|
10573
|
+
|
|
10574
|
+
export function uniffi_slatedb_uniffi_fn_method_dbreader_warm_sst_generic_abi(...args) {
|
|
10575
|
+
return ffiFunctions.uniffi_slatedb_uniffi_fn_method_dbreader_warm_sst_generic_abi(...args);
|
|
10576
|
+
}
|
|
10577
|
+
|
|
10578
|
+
|
|
10579
|
+
|
|
9034
10580
|
export function uniffi_slatedb_uniffi_fn_clone_dbsnapshot(...args) {
|
|
9035
10581
|
return ffiFunctions.uniffi_slatedb_uniffi_fn_clone_dbsnapshot(...args);
|
|
9036
10582
|
}
|
|
@@ -10759,12 +12305,90 @@ export function uniffi_slatedb_uniffi_checksum_func_init_logging(...args) {
|
|
|
10759
12305
|
|
|
10760
12306
|
|
|
10761
12307
|
|
|
12308
|
+
export function uniffi_slatedb_uniffi_checksum_method_admin_get_sequence_for_timestamp(...args) {
|
|
12309
|
+
return ffiFunctions.uniffi_slatedb_uniffi_checksum_method_admin_get_sequence_for_timestamp(...args);
|
|
12310
|
+
}
|
|
12311
|
+
|
|
12312
|
+
|
|
12313
|
+
|
|
12314
|
+
export function uniffi_slatedb_uniffi_checksum_method_admin_get_timestamp_for_sequence(...args) {
|
|
12315
|
+
return ffiFunctions.uniffi_slatedb_uniffi_checksum_method_admin_get_timestamp_for_sequence(...args);
|
|
12316
|
+
}
|
|
12317
|
+
|
|
12318
|
+
|
|
12319
|
+
|
|
12320
|
+
export function uniffi_slatedb_uniffi_checksum_method_admin_list_checkpoints(...args) {
|
|
12321
|
+
return ffiFunctions.uniffi_slatedb_uniffi_checksum_method_admin_list_checkpoints(...args);
|
|
12322
|
+
}
|
|
12323
|
+
|
|
12324
|
+
|
|
12325
|
+
|
|
12326
|
+
export function uniffi_slatedb_uniffi_checksum_method_admin_list_compactions(...args) {
|
|
12327
|
+
return ffiFunctions.uniffi_slatedb_uniffi_checksum_method_admin_list_compactions(...args);
|
|
12328
|
+
}
|
|
12329
|
+
|
|
12330
|
+
|
|
12331
|
+
|
|
12332
|
+
export function uniffi_slatedb_uniffi_checksum_method_admin_list_manifests(...args) {
|
|
12333
|
+
return ffiFunctions.uniffi_slatedb_uniffi_checksum_method_admin_list_manifests(...args);
|
|
12334
|
+
}
|
|
12335
|
+
|
|
12336
|
+
|
|
12337
|
+
|
|
12338
|
+
export function uniffi_slatedb_uniffi_checksum_method_admin_read_compaction(...args) {
|
|
12339
|
+
return ffiFunctions.uniffi_slatedb_uniffi_checksum_method_admin_read_compaction(...args);
|
|
12340
|
+
}
|
|
12341
|
+
|
|
12342
|
+
|
|
12343
|
+
|
|
12344
|
+
export function uniffi_slatedb_uniffi_checksum_method_admin_read_compactions(...args) {
|
|
12345
|
+
return ffiFunctions.uniffi_slatedb_uniffi_checksum_method_admin_read_compactions(...args);
|
|
12346
|
+
}
|
|
12347
|
+
|
|
12348
|
+
|
|
12349
|
+
|
|
12350
|
+
export function uniffi_slatedb_uniffi_checksum_method_admin_read_compactor_state_view(...args) {
|
|
12351
|
+
return ffiFunctions.uniffi_slatedb_uniffi_checksum_method_admin_read_compactor_state_view(...args);
|
|
12352
|
+
}
|
|
12353
|
+
|
|
12354
|
+
|
|
12355
|
+
|
|
12356
|
+
export function uniffi_slatedb_uniffi_checksum_method_admin_read_manifest(...args) {
|
|
12357
|
+
return ffiFunctions.uniffi_slatedb_uniffi_checksum_method_admin_read_manifest(...args);
|
|
12358
|
+
}
|
|
12359
|
+
|
|
12360
|
+
|
|
12361
|
+
|
|
12362
|
+
export function uniffi_slatedb_uniffi_checksum_method_adminbuilder_build(...args) {
|
|
12363
|
+
return ffiFunctions.uniffi_slatedb_uniffi_checksum_method_adminbuilder_build(...args);
|
|
12364
|
+
}
|
|
12365
|
+
|
|
12366
|
+
|
|
12367
|
+
|
|
12368
|
+
export function uniffi_slatedb_uniffi_checksum_method_adminbuilder_with_seed(...args) {
|
|
12369
|
+
return ffiFunctions.uniffi_slatedb_uniffi_checksum_method_adminbuilder_with_seed(...args);
|
|
12370
|
+
}
|
|
12371
|
+
|
|
12372
|
+
|
|
12373
|
+
|
|
12374
|
+
export function uniffi_slatedb_uniffi_checksum_method_adminbuilder_with_wal_object_store(...args) {
|
|
12375
|
+
return ffiFunctions.uniffi_slatedb_uniffi_checksum_method_adminbuilder_with_wal_object_store(...args);
|
|
12376
|
+
}
|
|
12377
|
+
|
|
12378
|
+
|
|
12379
|
+
|
|
10762
12380
|
export function uniffi_slatedb_uniffi_checksum_method_dbbuilder_build(...args) {
|
|
10763
12381
|
return ffiFunctions.uniffi_slatedb_uniffi_checksum_method_dbbuilder_build(...args);
|
|
10764
12382
|
}
|
|
10765
12383
|
|
|
10766
12384
|
|
|
10767
12385
|
|
|
12386
|
+
export function uniffi_slatedb_uniffi_checksum_method_dbbuilder_with_db_cache(...args) {
|
|
12387
|
+
return ffiFunctions.uniffi_slatedb_uniffi_checksum_method_dbbuilder_with_db_cache(...args);
|
|
12388
|
+
}
|
|
12389
|
+
|
|
12390
|
+
|
|
12391
|
+
|
|
10768
12392
|
export function uniffi_slatedb_uniffi_checksum_method_dbbuilder_with_db_cache_disabled(...args) {
|
|
10769
12393
|
return ffiFunctions.uniffi_slatedb_uniffi_checksum_method_dbbuilder_with_db_cache_disabled(...args);
|
|
10770
12394
|
}
|
|
@@ -10861,6 +12485,12 @@ export function uniffi_slatedb_uniffi_checksum_method_db_delete_with_options(...
|
|
|
10861
12485
|
|
|
10862
12486
|
|
|
10863
12487
|
|
|
12488
|
+
export function uniffi_slatedb_uniffi_checksum_method_db_evict_cached_sst(...args) {
|
|
12489
|
+
return ffiFunctions.uniffi_slatedb_uniffi_checksum_method_db_evict_cached_sst(...args);
|
|
12490
|
+
}
|
|
12491
|
+
|
|
12492
|
+
|
|
12493
|
+
|
|
10864
12494
|
export function uniffi_slatedb_uniffi_checksum_method_db_flush(...args) {
|
|
10865
12495
|
return ffiFunctions.uniffi_slatedb_uniffi_checksum_method_db_flush(...args);
|
|
10866
12496
|
}
|
|
@@ -10963,6 +12593,12 @@ export function uniffi_slatedb_uniffi_checksum_method_db_status(...args) {
|
|
|
10963
12593
|
|
|
10964
12594
|
|
|
10965
12595
|
|
|
12596
|
+
export function uniffi_slatedb_uniffi_checksum_method_db_warm_sst(...args) {
|
|
12597
|
+
return ffiFunctions.uniffi_slatedb_uniffi_checksum_method_db_warm_sst(...args);
|
|
12598
|
+
}
|
|
12599
|
+
|
|
12600
|
+
|
|
12601
|
+
|
|
10966
12602
|
export function uniffi_slatedb_uniffi_checksum_method_db_write(...args) {
|
|
10967
12603
|
return ffiFunctions.uniffi_slatedb_uniffi_checksum_method_db_write(...args);
|
|
10968
12604
|
}
|
|
@@ -10975,12 +12611,30 @@ export function uniffi_slatedb_uniffi_checksum_method_db_write_with_options(...a
|
|
|
10975
12611
|
|
|
10976
12612
|
|
|
10977
12613
|
|
|
12614
|
+
export function uniffi_slatedb_uniffi_checksum_method_dbreader_evict_cached_sst(...args) {
|
|
12615
|
+
return ffiFunctions.uniffi_slatedb_uniffi_checksum_method_dbreader_evict_cached_sst(...args);
|
|
12616
|
+
}
|
|
12617
|
+
|
|
12618
|
+
|
|
12619
|
+
|
|
10978
12620
|
export function uniffi_slatedb_uniffi_checksum_method_dbreader_get(...args) {
|
|
10979
12621
|
return ffiFunctions.uniffi_slatedb_uniffi_checksum_method_dbreader_get(...args);
|
|
10980
12622
|
}
|
|
10981
12623
|
|
|
10982
12624
|
|
|
10983
12625
|
|
|
12626
|
+
export function uniffi_slatedb_uniffi_checksum_method_dbreader_get_key_value(...args) {
|
|
12627
|
+
return ffiFunctions.uniffi_slatedb_uniffi_checksum_method_dbreader_get_key_value(...args);
|
|
12628
|
+
}
|
|
12629
|
+
|
|
12630
|
+
|
|
12631
|
+
|
|
12632
|
+
export function uniffi_slatedb_uniffi_checksum_method_dbreader_get_key_value_with_options(...args) {
|
|
12633
|
+
return ffiFunctions.uniffi_slatedb_uniffi_checksum_method_dbreader_get_key_value_with_options(...args);
|
|
12634
|
+
}
|
|
12635
|
+
|
|
12636
|
+
|
|
12637
|
+
|
|
10984
12638
|
export function uniffi_slatedb_uniffi_checksum_method_dbreader_get_with_options(...args) {
|
|
10985
12639
|
return ffiFunctions.uniffi_slatedb_uniffi_checksum_method_dbreader_get_with_options(...args);
|
|
10986
12640
|
}
|
|
@@ -11023,6 +12677,12 @@ export function uniffi_slatedb_uniffi_checksum_method_dbreader_status(...args) {
|
|
|
11023
12677
|
|
|
11024
12678
|
|
|
11025
12679
|
|
|
12680
|
+
export function uniffi_slatedb_uniffi_checksum_method_dbreader_warm_sst(...args) {
|
|
12681
|
+
return ffiFunctions.uniffi_slatedb_uniffi_checksum_method_dbreader_warm_sst(...args);
|
|
12682
|
+
}
|
|
12683
|
+
|
|
12684
|
+
|
|
12685
|
+
|
|
11026
12686
|
export function uniffi_slatedb_uniffi_checksum_method_dbsnapshot_get(...args) {
|
|
11027
12687
|
return ffiFunctions.uniffi_slatedb_uniffi_checksum_method_dbsnapshot_get(...args);
|
|
11028
12688
|
}
|
|
@@ -11395,6 +13055,12 @@ export function uniffi_slatedb_uniffi_checksum_method_writebatch_put_with_option
|
|
|
11395
13055
|
|
|
11396
13056
|
|
|
11397
13057
|
|
|
13058
|
+
export function uniffi_slatedb_uniffi_checksum_constructor_adminbuilder_new(...args) {
|
|
13059
|
+
return ffiFunctions.uniffi_slatedb_uniffi_checksum_constructor_adminbuilder_new(...args);
|
|
13060
|
+
}
|
|
13061
|
+
|
|
13062
|
+
|
|
13063
|
+
|
|
11398
13064
|
export function uniffi_slatedb_uniffi_checksum_constructor_dbbuilder_new(...args) {
|
|
11399
13065
|
return ffiFunctions.uniffi_slatedb_uniffi_checksum_constructor_dbbuilder_new(...args);
|
|
11400
13066
|
}
|
|
@@ -11407,6 +13073,24 @@ export function uniffi_slatedb_uniffi_checksum_constructor_dbreaderbuilder_new(.
|
|
|
11407
13073
|
|
|
11408
13074
|
|
|
11409
13075
|
|
|
13076
|
+
export function uniffi_slatedb_uniffi_checksum_constructor_dbcache_new_foyer_cache(...args) {
|
|
13077
|
+
return ffiFunctions.uniffi_slatedb_uniffi_checksum_constructor_dbcache_new_foyer_cache(...args);
|
|
13078
|
+
}
|
|
13079
|
+
|
|
13080
|
+
|
|
13081
|
+
|
|
13082
|
+
export function uniffi_slatedb_uniffi_checksum_constructor_dbcache_new_moka_cache(...args) {
|
|
13083
|
+
return ffiFunctions.uniffi_slatedb_uniffi_checksum_constructor_dbcache_new_moka_cache(...args);
|
|
13084
|
+
}
|
|
13085
|
+
|
|
13086
|
+
|
|
13087
|
+
|
|
13088
|
+
export function uniffi_slatedb_uniffi_checksum_constructor_dbcache_new_split_cache(...args) {
|
|
13089
|
+
return ffiFunctions.uniffi_slatedb_uniffi_checksum_constructor_dbcache_new_split_cache(...args);
|
|
13090
|
+
}
|
|
13091
|
+
|
|
13092
|
+
|
|
13093
|
+
|
|
11410
13094
|
export function uniffi_slatedb_uniffi_checksum_constructor_defaultmetricsrecorder_new(...args) {
|
|
11411
13095
|
return ffiFunctions.uniffi_slatedb_uniffi_checksum_constructor_defaultmetricsrecorder_new(...args);
|
|
11412
13096
|
}
|