Module aerospike::operations

source ·
Expand description

Functions used to create database operations used in the client’s operate() method.

Re-exports

Modules

  • Bit operations. Create bit operations used by client operate command. Offset orientation is left-to-right. Negative offsets are supported. If the offset is negative, the offset starts backwards from end of the bitmap. If an offset is out of bounds, a parameter error will be returned.
  • Operation Context for nested Operations
  • Expression Operations. This functions allow users to run FilterExpressions as Operate commands.
  • HyperLogLog operations on HLL items nested in lists/maps are not currently supported by the server.
  • List bin operations. Create list operations used by the client’s operate() method.
  • Unique key map bin operations. Create map operations used by the client’s operate() method.
  • String/number bin operations. Create operations used by the client’s operate() method.

Structs

  • Database operation definition. This data type is used in the client’s operate() method.