Skip to content

Commit

Permalink
Update doc for as_exp_is_tombstone().
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianNichols committed Feb 1, 2024
1 parent 998905f commit 9d785b8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/include/aerospike/as_exp.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 Down Expand Up @@ -778,7 +778,10 @@ as_exp_destroy_base64(char* base64)
* tombstone state. This expression usually evaluates quickly because record
* meta data is cached in memory.
*
* Note - this is only useful for XDR filters.
* This expression works for XDR filters and when used from a write request within
* as_operations_exp_write() or as_operations_exp_read(). This expression does not
* work with normal filtering of records because the tombstone record will be filtered
* out before this expression is evaluated.
*
* ~~~~~~~~~~{.c}
* // Deleted records that are in tombstone state.
Expand Down

0 comments on commit 9d785b8

Please sign in to comment.