Skip to content

Commit

Permalink
Merge branch 'stage' into CLIENT-2699_metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianNichols committed Feb 13, 2024
2 parents 455a1e1 + f1db63f commit ee3c585
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/include/aerospike/as_map_operations.h
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -26,9 +26,10 @@
* <li>as_string</li>
* <li>as_integer</li>
* <li>as_bytes</li>
* <li>as_list</li>
* </ul>
*
* 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.
Expand Down

0 comments on commit ee3c585

Please sign in to comment.