Module aerospike::query [] [src]

Types and methods used for database queries and scans.

Structs

Filter

Query filter definition. Currently, only one filter is allowed in a Statement, and must be on a bin which has a secondary index defined.

Recordset

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.

Statement

Query statement parameters.

Enums

CollectionIndexType

Secondary index collection type.

IndexType

Underlying data type of secondary index.

UDFLang

User-defined function (UDF) language