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