Create integer "logical right shift" (>>>) operator.
Requires server version 5.6.0+.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 4.2.0.0 (4.2.0)
Syntax
Examples
// a >>> 8 > 0xff Exp.GT( Exp.Rshift(Exp.IntBin("a"), Exp.Val(8)), Exp.Val(0xff));
See Also