pub fn bin_exists(name: String) -> FilterExpression
Expand description

Create function that returns if bin of specified name exists.

// Bin "a" exists in record
use aerospike::expressions::bin_exists;
bin_exists("a".to_string());