pub fn key_exists() -> FilterExpression
Expand description

Create function that returns if the primary key is stored in the record meta data as a boolean expression. This would occur when send_key is true on record write.

// Key exists in record meta data
use aerospike::expressions::key_exists;
key_exists();