Module aerospike::query

source ·
Expand description

Types and methods used for database queries and scans.

Structs

  • Query filter definition. Currently, only one filter is allowed in a Statement, and must be on a bin which has a secondary index defined.
  • Virtual collection of records retrieved through queries and scans. During a query/scan, multiple threads will retrieve records from the server nodes and put these records on an internal queue managed by the recordset. The single user thread consumes these records from the queue.
  • Query statement parameters.

Enums