View Source EctoFoundationDB.Indexer behaviour (Ecto.Adapters.FoundationDB v0.4.0)

Implement this behaviour to create a custom index.

Summary

Callbacks

Functions

Link to this function

clear(tenant, tx, idxs, partial_idxs, schema, kv)

View Source
Link to this function

create(tenant, tx, idx, schema, range, limit)

View Source
Link to this function

create_range(tenant, idx)

View Source
Link to this function

range(idx, plan, options)

View Source
Link to this function

set(tenant, tx, idxs, partial_idxs, schema, kv)

View Source
Link to this function

unpack(idx, plan, fdb_kv)

View Source
Link to this function

update(tenant, tx, idxs, partial_idxs, schema, kv, updates)

View Source