Skip to content

Commit ba14cb0

Browse files
committed
v2.26.0
1 parent afa157c commit ba14cb0

39 files changed

+3
-44
lines changed

include/tiledb/api/c_api/config/config_api_external.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -743,17 +743,13 @@ TILEDB_EXPORT void tiledb_config_free(tiledb_config_t** config) TILEDB_NOEXCEPT;
743743
* If true, array non empty domain will be loaded and sent to server together
744744
* with the open array <br>
745745
* **Default**: true
746-
* - `rest.load_enumerations_on_array_open` <br>
747-
* If true, enumerations will be loaded and sent to server together with
748-
* the open array.
749-
* **Default**: false
750746
* - `rest.use_refactored_array_open` <br>
751747
* If true, the new REST routes and APIs for opening an array
752748
* will be used <br>
753749
* **Default**: true
754750
* - `rest.use_refactored_array_open_and_query_submit` <br>
755751
* If true, the new REST routes and APIs for opening an array and submitting
756-
* a query will be used <br>
752+
* a query will be used <br>
757753
* **Default**: true
758754
* - `rest.curl.buffer_size` <br>
759755
* Set curl buffer size for REST requests <br>

include/tiledb/config.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -918,10 +918,6 @@ class Config {
918918
* If true, array non empty domain will be loaded and sent to server
919919
* together with the open array <br>
920920
* **Default**: true
921-
* - `rest.load_enumerations_on_array_open` <br>
922-
* If true, enumerations will be loaded and sent to server together with
923-
* the open array.
924-
* **Default**: false
925921
* - `rest.use_refactored_array_open` <br>
926922
* If true, the new REST routes and APIs for opening an array will be used
927923
* <br>

include/tiledb/tiledb.h

Lines changed: 2 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -603,8 +603,8 @@ TILEDB_EXPORT int32_t tiledb_array_schema_check(
603603
tiledb_ctx_t* ctx, tiledb_array_schema_t* array_schema) TILEDB_NOEXCEPT;
604604

605605
/**
606-
* Retrieves the latest schema of an array from the disk, creating an array
607-
* schema struct.
606+
* Retrieves the schema of an array from the disk, creating an array schema
607+
* struct.
608608
*
609609
* **Example:**
610610
*
@@ -624,39 +624,6 @@ TILEDB_EXPORT int32_t tiledb_array_schema_load(
624624
const char* array_uri,
625625
tiledb_array_schema_t** array_schema) TILEDB_NOEXCEPT;
626626

627-
/**
628-
* Retrieves the schema of an array, creating an array schema struct. Options to
629-
* load additional features are read from the provided tiledb_config_t*
630-
* instance. If the provided config is nullptr, the config from `ctx` is used
631-
* instead.
632-
*
633-
* Currently supported options to be read from the config:
634-
* - rest.load_enumerations_on_array_open - boolean
635-
*
636-
* **Example:**
637-
*
638-
* @code{.c}
639-
* tiledb_array_schema_t* array_schema;
640-
* tiledb_array_schema_load_with_config(
641-
* ctx,
642-
* config,
643-
* "s3://tiledb_bucket/my_array",
644-
* &array_schema);
645-
* // Make sure to free the array schema in the end
646-
* @endcode
647-
*
648-
* @param ctx The TileDB context.
649-
* @param config The TileDB config.
650-
* @param array_uri The array whose schema will be retrieved.
651-
* @param array_schema The array schema to be retrieved, or `NULL` upon error.
652-
* @return `TILEDB_OK` for success and `TILEDB_OOM` or `TILEDB_ERR` for error.
653-
*/
654-
TILEDB_EXPORT int32_t tiledb_array_schema_load_with_config(
655-
tiledb_ctx_t* ctx,
656-
tiledb_config_t* config,
657-
const char* array_uri,
658-
tiledb_array_schema_t** array_schema) TILEDB_NOEXCEPT;
659-
660627
/**
661628
* Retrieves the array type.
662629
*

lib/x64-ucrt/libaws-c-auth.a

0 Bytes
Binary file not shown.

lib/x64-ucrt/libaws-c-cal.a

0 Bytes
Binary file not shown.

lib/x64-ucrt/libaws-c-common.a

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

lib/x64-ucrt/libaws-c-http.a

0 Bytes
Binary file not shown.

lib/x64-ucrt/libaws-c-io.a

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)