Method: Aerospike::PartitionFilter.all
- Defined in:
- lib/aerospike/query/partition_filter.rb
permalink .all ⇒ Object
Creates a partition filter that reads all the partitions.
27 28 29 |
# File 'lib/aerospike/query/partition_filter.rb', line 27 def self.all PartitionFilter.new(0, Aerospike::Node::PARTITIONS) end |