diff --git a/src/include/aerospike/as_map_operations.h b/src/include/aerospike/as_map_operations.h index f661e58c0..1c7d7b3ad 100644 --- a/src/include/aerospike/as_map_operations.h +++ b/src/include/aerospike/as_map_operations.h @@ -1,5 +1,5 @@ /* - * Copyright 2008-2023 Aerospike, Inc. + * Copyright 2008-2024 Aerospike, Inc. * * Portions may be licensed to Aerospike, Inc. under one or more contributor * license agreements. @@ -26,9 +26,10 @@ *
  • as_string
  • *
  • as_integer
  • *
  • as_bytes
  • - *
  • as_list
  • * * + * The server will validate map key types in an upcoming release. + * * All maps maintain an index and a rank. The index is the item offset from the start of the map, * for both unordered and ordered maps. The rank is the sorted index of the value component. * Map supports negative indexing for index and rank.