Method: Aerospike::InfinityValue#type
- Defined in:
- lib/aerospike/value/value.rb
#type ⇒ Object
130 131 132 |
# File 'lib/aerospike/value/value.rb', line 130 def type raise Aerospike::Exceptions::Aerospike.new(Aerospike::ResultCode::PARAMETER_ERROR, "Invalid particle type: INF") end |